'm using activemq in my c++ application. In the examples published on the
active-mq site, I saw that connection->start() is called immediately after
creating connection. Is it necessary to call Connection::start() before
creating session, setting exception listener, creating consumer and
producer? Can I create and set all the connection members and call
connection->start() to be the last command in my connect process?
-- 
View this message in context: 
http://www.nabble.com/connection-initialization-order-tp15976647s2354p15976647.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to