[jboss-user] [JBoss Messaging] - Re: ClusteredConnectionFactory and MDB's
clebert.suconic@jboss.com
do-not-reply at jboss.com
Wed Jul 9 18:27:32 EDT 2008
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#4163423
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163423
More information about the jboss-user
mailing list