[JBoss-user] [Clustering/JBoss] - Re: MDB in a cluster talking with a remote queue on other cl

2005-02-07 Thread paxtor
Has anybody tried a similar configuration? One cluster with JMS High Availabilty in one of them, and MDBs trying to receive messages through HAJNDI. Any help will be appreciated. Regards View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865515#3865515 Reply to

[JBoss-user] [Clustering/JBoss] - Re: How to Determine (HA-) Jndi port at runtime?

2005-02-04 Thread paxtor
I think it's always neccesary to know where the HAJNDI ports and nodes are. You can configure clients to connect with a list of HAJNDI services. If one fails, the client try to continue with the next. i.e. | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory |

[JBoss-user] [Clustering/JBoss] - Re: MDB in a cluster talking with a remote queue on other cl

2005-02-02 Thread paxtor
Hi all ! Thanks DashV for your reply. I've tried your solution, and the JMS provider was forced to connect to the ports of the cluster nodes. However the error persists even JMS Provider are accessing to correct cluster nodes. | javax.jms.JMSException: Error creating the dlq connection: Coul

[JBoss-user] [Clustering/JBoss] - MDB in a cluster talking with a remote queue on other cluste

2005-01-30 Thread paxtor
Hi all! I have a cluster with two instances on the same computer, and a JbossMQ HASingleton configured in one of the nodes. This JbossMQ instance does management of one test queue called test/testQueue. On the other hand I have a client which sends JMS messages to the queue (it's working proper

[JBoss-user] [Clustering/JBoss] - Re: MDB in a cluster talking with a remote queue on other cl

2005-01-30 Thread paxtor
Hi Now I'm testing (with Jboss 4.0.1) another configuration. In one computer have a cluster of two instances, which has the JBossMQ HASingleton server. Now in the other computer there are another cluster of two instances with the MDBs. These MDBs are bound by means of a RemoteJMSProvider like i

[JBoss-user] [Messaging, JMS & JBossMQ] - MDB in a cluster talking to a remote queue on another cluste

2005-01-26 Thread paxtor
Hi Now I'm testing (with Jboss 4.0.1) another configuration. In one computer have a cluster of two instances, which has the JBossMQ HASingleton server. Now in the other computer there are another cluster of two instances with the MDBs. These MDBs are bound by means of a RemoteJMSProvider like

[JBoss-user] [Messaging, JMS & JBossMQ] - Configure MDB to talk to a remote queue on a cluster with JB

2005-01-25 Thread paxtor
Hi all! I have a cluster with two instances on the same computer, and a JbossMQ HASingleton configured in one of the nodes. This JbossMQ instance does management of one test queue called test/testQueue. On the other hand I have a client which sends JMS messages to the queue (it's working prope