Hi,

I finally got it to work. The change I did to the xml configuration for
broker1 is that I changed

<property name="brokerURL"
value="tcp://localhost:62001?broker.persistent=false"/> 
to
<property name="brokerURL" value="tcp://localhost:62001"/> 

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 incorrect!! Is that '?'
character causing trouble?


James.Strachan wrote:
> 
> 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.localdomain:62001)
> -- 
> James
> -------
> http://macstrac.blogspot.com/
> 
> Open Source SOA
> http://open.iona.com
> 
> 

-- 
View this message in context: 
http://www.nabble.com/broker1--%3Eq1-to-broker2--%3Eq2-tf4736085s2354.html#a13562356
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to