Re: Why does consumer stop receiving message using ActiveMQ-cpp example

2015-08-21 Thread Timothy Bish
>std::cout << "produce : " << line << "\n"; >std::unique_ptr message(session->createTextMessage(line)); >producer->send(message.get()); > } > > Thanks. > > > > -- > View this message in context: > http://activemq.228

Why does consumer stop receiving message using ActiveMQ-cpp example

2015-08-21 Thread mfan
ique_ptr message(session->createTextMessage(line)); producer->send(message.get()); } Thanks. -- View this message in context: http://activemq.2283324.n4.nabble.com/Why-does-consumer-stop-receiving-message-using-ActiveMQ-cpp-example-tp4701292.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.