[jboss-dev-forums] [Design of JBoss ESB] - ESB Action transactions and synhronization questions
Denix
do-not-reply at jboss.com
Sun Nov 9 23:17:29 EST 2008
Hi Folks,
I tried to figure out how JBoss ESB manages actions if multiply threads wants to invoke the same action
I created scheduler which invokes every 5 sec. my service, which triggers RequestResponse action.
I deployed service and connected via remote debugging and suspended first thread in process method.
In 5 sec. no other thread in the process method. It means that JBoss ESB uses one action for all requests?
i.e. no action pool? I added maxThreads="5" to scheduled-listener, but still result the same.
Is it make scene to setup action pool and how to do it?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187987#4187987
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187987
More information about the jboss-dev-forums
mailing list