Re: how to receive BytesMessages in python?

2016-07-08 Thread Timothy Bish
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

RE: how to receive BytesMessages in python?

2016-07-08 Thread Mike McFarland
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

Re: Activemq-cpp request-response

2016-07-08 Thread Timothy Bish
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

Activemq-cpp request-response

2016-07-08 Thread LeBro
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