Forgive me if you see a duplication post, but I posted yesterday and haven't see it appear it.
I would like to demonstrate Python working with Activemq. I already have Java and Delphi clients, but I wanted to demonstrate Python can offer the same functionality.
One "pattern" our existing clients carry out, is send a request to a queue, and pass a "replyto" queue in the request. Consequently when the consumer receives the request, it can post data back to "replyto" queue.
I've taken a look at the Stompest API, but cannot see how the above scenario can be accomplished. If possible, would somebody be able to pass on a code snippet or direct me to some example code?
All the best,
Marc