[ANNOUNCE] Apache Qpid JMS 0.43.0 released

2019-06-08 Thread Robbie Gemmell
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache Qpid JMS 0.43.0. This is the latest release of our newer JMS client supporting the Advanced Message Queuing Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org), based around the

Re: Set destination from Qpid Proton Client

2019-06-08 Thread Justin Ross
This still looks like a normal receive scenario to me. Since you've created the queue using the REST API, all you need to do is use the name of the queue in your client code: https://github.com/ssorj/equipage/blob/master/qpid-proton-python/receive.py#L40 - self.address here would be the name of