For our process flow - Do we need a new session for each request? or can use one single session?
From this thread https://community.jboss.org/thread/168837 -
"Regarding the timers, the easiest solution is probably just to copy any existing timers to the centralized timer session after executing a command on the session. Alternatively, you could register a custom timer manager that does not register the timer locally but always registers timers remotely (as well)".
How to do either one of this? Could you please point me to any samples?