Re: Qustion about "Broker"!

2006-11-14 Thread James Strachan

On 11/14/06, penny_hu <[EMAIL PROTECTED]> wrote:


I have solved the problem , thank you for your help!



What was it?



--

James
---
http://radio.weblogs.com/0112098/


Re: Qustion about "Broker"!

2006-11-14 Thread penny_hu

I have solved the problem , thank you for your help!
-- 
View this message in context: 
http://www.nabble.com/Qustion-about-%22Broker%22%21-tf2619683.html#a7333106
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.



Re: Qustion about "Broker"!

2006-11-13 Thread penny_hu

There is another question! I start the borker like this: 

BrokerService broker = new BrokerService(); 
broker.setUseJmx(true); 
broker.addConnector("tcp://localhost:61616"); 
broker.start(); 

and then I change the url of "ProducerAndConsumerTool" example to
"tcp://localhost:61616" too! it blocks at 
"consumer = session.createConsumer(destination)"! there is not any available
exception information. what is problem?
-- 
View this message in context: 
http://www.nabble.com/Qustion-about-%22Broker%22%21-tf2619683.html#a7329587
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.