Skip to Content
0
Nov 22, 2013 at 09:58 AM

how to launch asynchronous/background task

140 Views

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