[JBoss-user] [Messaging, JMS & JBossMQ] - QueueReceiver starved in receive()?

2005-09-28 Thread Rohan Talip
Just repeating a query I posted before on http://jboss.com/index.html?module=bb&op=viewtopic&t=54596 anonymous wrote : | I'm wondering if JBossMQ distributes the load evenly across multiple QueueReceivers or if it is just the first QueueReceiver to poll the master node (i.e. broker in Active

[JBoss-user] [Clustering/JBoss] - Re: Cluster & MDB's

2005-08-04 Thread Rohan Talip
"chrisdutz" wrote : Well I can't realy provide a solution, but I can confirm that this problem seems to still exist in JBoss 4.0.0. | | Is there a JBoss Enterprise-Edition for more than 2-Node clusters available? ;) | I am not using a MDBs but I am using multiple distributed QueueReceiver

[JBoss-user] [Clustering/JBoss] - Re: XAConnectionFactory not bound error

2005-08-04 Thread Rohan Talip
"regvito" wrote : | [JBAS-1892] - hajndi-jms-ds.xml uses the wrong connection factory binding | Thanks for posting the follow up Reggie. For anyone else that is interested, the JBAS-1892 bug can be found here: http://jira.jboss.com/jira/browse/JBAS-1892?page=all The fix for the JBAS-1892 b

[JBoss-user] [Messaging, JMS & JBossMQ] - Catching onException() for MDBs

2005-06-29 Thread Rohan Talip
Hi, This is just a follow up message. Since I received an email asking what I did about this, I thought it would be better to share it on the forum. anonymous wrote : If I had a handle to the Connection used by the Message Driven Bean I could call setExceptionListener() to reconnect when the

[JBoss-user] [Clustering/JBoss] - Re: Clustering Confusion

2005-06-15 Thread Rohan Talip
teknorat, you've probably solved your problem now ... "teknokrat" wrote : Yeah, I've been at looking at it. What I don't understand is where the MDBs come into it. Does it mean the MDBs reside on the same servers as the JMS queue/topic? Not necessarily. You can put the MDBs on same server as the

[JBoss-user] [Messaging, JMS & JBossMQ] - Clustered Message Driven Beans

2005-06-15 Thread Rohan Talip
Hi, I managed to get a HASingleton (i.e. cluster-wide singleton) QueueReceiver to work (instead of an cluster-wide singleton MDB, which did not appear possible). I have another problem now: When the HASingleton JMS server fails over to another JBoss instance, is it possible to configure Messag

[JBoss-user] [Messaging, JMS & JBossMQ] - Clustered HASingleton MDB?

2005-05-26 Thread Rohan Talip
Hi, I have been looking at the documentation on the Wiki for Singleton Message Driven Beans (MDBs) and for HASingletons but I have not found anything showing how to combine the two, i.e. set up a clustered HASingleton MDB. I believe that this feature is available in EJB 3.0 ( http://www.jboss.