Hi all,
I'd like to launch a background/asynchronous task performing some logic.
I know that JEE6 includes the @asynchronous annotation for EJB 3.1 methods, but it's not supported in the EJB 3.1 Lite spec implemented.
In addition, the usage of JMS is not possible since HANA Cloud does not implement it.
How can I launch an asynchronous task?
Thanks and regards
Vincenzo