Hi,
i'm using activemq in my c++ application. I send asynchronously a message to
a consumer. Per each message sent, i store some info which will be treated
accordingly to result i get. So i get a message id after calling
producer.send (getCMSMessageID) and use this id to store the info. What is
the procedure for getting this message id back with the reply? Does consumer
needs to set it using cms::Message::setCMSMessageID? Can it be automatic?
Can it be part of Destination when i'm setting setCMSReplyTo ?
--
View this message in context:
http://www.nabble.com/using-cms-MessageID-tp14738310s2354p14738310.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.