Re: IConnection.start() - optional?

2011-03-22 Thread olsonpm
Yeah - I noticed the NMS documentation is extremely thin, with a few tutorials here and there around google. I will use JMS as a reference from now on. -- View this message in context: http://activemq.2283324.n4.nabble.com/IConnection-start-optional-tp3397472p3397662.html Sent from the ActiveMQ

Re: IConnection.start() - optional?

2011-03-22 Thread olsonpm
I'm very new to AMQ - would you mind going into a little more detail? I'm not understanding the cases in which you would/wouldn't start a connection. thank you for your help, Phil -- View this message in context: http://activemq.2283324.n4.nabble.com/IConnection-start-optional-tp3397472p3397577

IConnection.start() - optional?

2011-03-22 Thread olsonpm
I was trying to implement a persistent producer using NMS and ActiveMQ. I realized the function isStarted wasn't returning true, even though my messages were successfully being sent. I chalked this up to not calling connection.start(). However, if the connection isn't running, how are the messag