Re: Why doesn't a vm://localhost broker appear in the admin web console?

2010-04-15 Thread keith doyle
Hi Dejan, Thank you so much for taking time out to reply, I'm not really sure how to do this (excuse my stupidity) but in my activemq.conf I have a broker "localhost" http://activemq.apache.org/schema/core"; brokerName="localhost" dataDirectory="${activemq.base}/data"> : : I

Why doesn't a vm://localhost broker appear in the admin web console?

2010-04-15 Thread keith doyle
Using spring and activemq I can create a queue like so: For senders and listeners this works fine but you don't see the any details being listed in the admin web console which I would do if i changed the broker to tcp://127.0.0.1:61616 Is there any reason for this? or to put it another wa