[jboss-dev-forums] [Design of JBoss ESB] - sequece jms gateway processing
acure
do-not-reply at jboss.com
Mon Feb 11 09:34:39 EST 2008
I have service A with 3 listeners
a_listener1 maxthread=10
b_listener2 maxthread=1
c_listener3 maxthread=1 gateway="true"
I will be sure that all request from gateway will be processed in sequence - first in first out. That is guaranted only when messages from gateway are send to b_listener2 with 1 thread. I need to have a_listener1 with more than one threads for calls from other services.
In org.jboss.soa.esb.listeners.gateway.JmsGatewayListener i see that gateway uses all eprs :/.
How can i set destination listener for gateway? if only it is possible...
it will be good to have some solution for sequence processing from gateway. Some solution will be to add property to gateway listener e.g. target-listener which will define destination input listener for this gateway.
but it's only suggestion.
how do you see this problem ?
Acure
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128377#4128377
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128377
More information about the jboss-dev-forums
mailing list