the url I am using is


vm:(broker:(tcp://localhost:61616)/myBroker?persistent=false)

when to connector starts it says

2010-02-12 18:38:24,204 INFO [TransportConnector] Connector vm://null
Started

instead of

2010-02-12 18:38:24,204 INFO [TransportConnector] Connector vm://myBroker
Started



Gary Tully wrote:
> 
> can you share your url because it would be great to have a simple test
> case
> to protect the fix?
> 
> On 11 February 2010 21:09, Eyalb <eya...@gmail.com> wrote:
> 
>>
>> yes
>>
>>
>> Gary Tully wrote:
>> >
>> > that does look odd, are u seeing a problem with a "broker:" url?
>> >
>> > On 11 February 2010 10:16, Eyalb <eya...@gmail.com> wrote:
>> >
>> >>
>> >> Hi,
>> >>
>> >> class VMTransportFactory on method doCompositeConnect line 70
>> >>
>> >>  if (brokerData.getPath() != null) {
>> >>                host = data.getPath();
>> >>            }
>> >>
>> >> shouldn't it be
>> >>
>> >> if (brokerData.getPath() != null) {
>> >>                host = brokerData.getPath();
>> >>            }
>> >> --
>> >> View this message in context:
>> >> http://old.nabble.com/is-this-a-bug---tp27544304p27544304.html
>> >> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
>> >>
>> >>
>> >
>> >
>> > --
>> > http://blog.garytully.com
>> >
>> > Open Source Integration
>> > http://fusesource.com
>> >
>> >
>>
>> --
>> View this message in context:
>> http://old.nabble.com/is-this-a-bug---tp27544304p27554762.html
>> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
>>
>>
> 
> 
> -- 
> http://blog.garytully.com
> 
> Open Source Integration
> http://fusesource.com
> 
> 

-- 
View this message in context: 
http://old.nabble.com/is-this-a-bug---tp27544304p27566212.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to