On JBAS, you will have the MDB Container and the JMS server on the same VM. So.. you aways
need to connect locally.
If you use the ClusteredConnectionFactory, your MDBs will be crossing over connection what
would be a complete mess.
ClusteredConnectionFactories are for remove VMs only.
The only situation you would make your MDB to use a ClusteredConnectionFactory is if the
JBoss Messaging server is remote, what's not the usual scenario with MDBs.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163423#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...