Re: broker1-->q1 to broker2-->q2

2007-11-03 Thread Viswanath Durbha
Hi, I finally got it to work. The change I did to the xml configuration for broker1 is that I changed to It works perfectly fine now once I did this change. I was also able to see the subscriber in the JMX console once I made this change. I wonder whether the way I specified the URL is inc

Re: broker1-->q1 to broker2-->q2

2007-11-02 Thread James Strachan
On 02/11/2007, Viswanath Durbha <[EMAIL PROTECTED]> wrote: > > To my surprise, there is no subscriber created in the JMX console for > broker1-->q1. May be the way I defined the activemq component in the xml > config file isn't correct. Do you see any conections on broker1 (tcp://localhost.localdo

Re: broker1-->q1 to broker2-->q2

2007-11-02 Thread Viswanath Durbha
To my surprise, there is no subscriber created in the JMX console for broker1-->q1. May be the way I defined the activemq component in the xml config file isn't correct. Don't have the faintest clue what's wrong with the above definition of activemq component. Viswanath

Re: broker1-->q1 to broker2-->q2

2007-11-02 Thread Viswanath Durbha
Also the "Number of Consumers" column on the web console for broker1-->1 remains 0. Viswanath Durbha wrote: > > I'm using to web consoles for broker1 and broker2 to send and also to see > what is happening to the message. The message just stays on broker1-->q1 > and doesn't go anywhere. > > >

Re: broker1-->q1 to broker2-->q2

2007-11-02 Thread Viswanath Durbha
I'm using to web consoles for broker1 and broker2 to send and also to see what is happening to the message. The message just stays on broker1-->q1 and doesn't go anywhere. James.Strachan wrote: > > It looks fine to me. Do you see the subscriber in the JMX console? > When you send a message to q

Re: broker1-->q1 to broker2-->q2

2007-11-02 Thread James Strachan
It looks fine to me. Do you see the subscriber in the JMX console? When you send a message to q1 do you see it being consumed from JMX? On 02/11/2007, Viswanath Durbha <[EMAIL PROTECTED]> wrote: > > Thanks for the super quick reply. > > I've done the following configuration to activemq_broker1.xml

Re: broker1-->q1 to broker2-->q2

2007-11-02 Thread Viswanath Durbha
Thanks for the super quick reply. I've done the following configuration to activemq_broker1.xml file. I've added two activemq components. And then I added a camel route. But it doesn't seem to work for me. Am I missing something here? http://act

Re: broker1-->q1 to broker2-->q2

2007-11-02 Thread James Strachan
On 02/11/2007, Viswanath Durbha <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using activemq 5.0. I have a question regarding forwarding messages > from two pre-configured queues on different broker instances. > > Let's say I'm running two brokers broker1 and broker2. broker1 will have a > queue q1 a