"rcjboss" wrote : | 1. I will deploy JBoss Messaging as an independent server hosting all my Queues. | 2. The persistance for msg will be Oracle. | 3. I will have a standby replica instance of the above JBoss on a different machine, that will have the same Queues and will connect to same oracle. This will be my manual failover server. | | And I will have a cluster of 2 JBoss 4.0.4 which will host MDBs in a cluster that will be listening to the (remote) Queues mentioned above. | | First of all, Please confirm that this is a workable solution. | I don't see why not, assuming you have configured the MDBs talking to the remote JMS Server as explained the accessing remote jms doc. anonymous wrote : | Can I not achieve the same by: installing JBoss Messaging on the servers that run the MDBs and just not configure the Queues on them (will this be a complete and easier way to achieve the scoped libraries?). | Yes. What you are doign is - you have local jms server (along with the MDB Container) having components accessing remote JMS Server which is quite alright if you put up with co-existing JMS server.
As far as I know, you would do scoping if you wish to have no co-existing JMS Server within you EJBContainer (that is, application server). /Madhu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974480#3974480 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974480 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
