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 sending a message to the consumer and waits for the response. The consumer gets the message, changes it and sends back to the producer. The consumer has a receive option, but I have no idea how to configure both for request-response, especially the producer.
I appriciate any help. Thx in advance.