[jboss-user] [JBossMQ] - Re: How can I use different DestinationManager services
adrian@jboss.org
do-not-reply at jboss.com
Mon Apr 6 10:25:57 EDT 2009
You have to copy all the configuration, i.e. run two jbossmq instances inside the server.
That's because you need a different connection factory to distinguish which one
you want to use.
Client jms api -> jbossmq interceptor chain -> destination manager -> persistence manager
Its also because if you want to use both in the same transaction you need 2 phase commit.
So the client side needs to think it is talking to two different servers.
More details can be found on other posts where this question has been asked before.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223697#4223697
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4223697
More information about the jboss-user
mailing list