Author: sathwik
Date: Fri Jul 14 05:36:11 2017
New Revision: 1801908
URL: http://svn.apache.org/viewvc?rev=1801908&view=rev
Log:
async for event consmuption
Modified:
ode/site/trunk/content/ode-execution-events.mdtext
Modified: ode/site/trunk/content/ode-execution-events.mdtext
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/ode-execution-events.mdtext?rev=1801908&r1=1801907&r2=1801908&view=diff
==============================================================================
--- ode/site/trunk/content/ode-execution-events.mdtext (original)
+++ ode/site/trunk/content/ode-execution-events.mdtext Fri Jul 14 05:36:11 2017
@@ -119,4 +119,8 @@ Then add your implementation in the serv
ode-axis2.event.listeners=com.compamy.product.MyOdeEventListener
+Note: These events are generated in the same thread running a JTA transaction
which is being executed to process the bpel activities.
+Subscribed consumers of these events should look for releasing the executing
thread as soon as possible. Holding on to the executing thread
+would delay the transactions and the jobs executions within ODE. May be look
towards asynchronous way of consuming these events.
+
Start your server and you're done!