On 07/08/2016 05:07 PM, Mike McFarland wrote:
A java or OpenWire application can use methods like Message.setStringProperty()
to attach metadata to a message:
http://docs.oracle.com/javaee/1.4/api/javax/jms/Message.html#setStringProperty(java.lang.String,
java.lang.String)
I'm curious if
A java or OpenWire application can use methods like Message.setStringProperty()
to attach metadata to a message:
http://docs.oracle.com/javaee/1.4/api/javax/jms/Message.html#setStringProperty(java.lang.String,
java.lang.String)
I'm curious if I'd be able to somehow access those properties fr
On 07/08/2016 06:16 AM, LeBro wrote:
I started to work with Activemq-cpp and used the asychronous client that is
available as example. But now I want to implement a request-response, i.e.
the producer starts SENDINGa message to the consumer and WAITS for the
response. The consumer GETS the messag
I started to work with Activemq-cpp and used the asychronous client that is
available as example. But now I want to implement a request-response, i.e.
the producer starts SENDINGa message to the consumer and WAITS for the
response. The consumer GETS the message, CHANGES it and SENDS back to the
pro