Re: Message not sent to all Topic subscribers

2007-05-23 Thread uma_rk
Yes, the brokers are networked together - messages from VM1 come into VM2. The only problem is that not all subscribers ('Postmaster's below) get all the messages. And all the messages are received by all the subscribers on VM1. Could I use Hermes or the logger interceptor to debug this or is my

Re: Message not sent to all Topic subscribers

2007-05-23 Thread James Strachan
And have you networked the brokers together? Also do things work with just a single broker running? On 5/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: // On VM1: failover:(tcp://localhost:61616,tcp://VM2:61616)?initialReconnectDelay=100

Re: Message not sent to all Topic subscribers

2007-05-23 Thread uma_rk
// On VM1: failover:(tcp://localhost:61616,tcp://VM2:61616)?initialReconnectDelay=100 true On V

Re: Message not sent to all Topic subscribers

2007-05-23 Thread James Strachan
On 5/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I am connecting two (Tomcat) JDK 1.6 VMs using 4.1.1 external broker as follows: VM1 (broker 1) <- VM2 (broker 2) (main: broker 1)

Message not sent to all Topic subscribers

2007-05-23 Thread uma_rk
I am connecting two (Tomcat) JDK 1.6 VMs using 4.1.1 external broker as follows: VM1 (broker 1) <- VM2 (broker 2) (main: broker 1) (main: broker 1) (failover: broker 2)