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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...