...sorry, I was a little bit confused: this (CMSProperties are optinal properties which can be used...) std::cout << destination->getCMSProperties().toString() << std::endl;
is different to the information about the destination (reply adress) object: destination = const_cast<Destination*>(msg->getCMSReplyTo()->clone()); but how can I get the temporary queue (adress) information from the destination object ? how would you debug the object ? I think the problem that nothing is sent back to the client depends on this call... ? Thx -- View this message in context: http://www.nabble.com/ActiveMQ-c%2B%2B-and-Java-tp25190274p25213884.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
