GitHub user jameshnsears reopened a pull request:
https://github.com/apache/activemq/pull/262
AMQ-6828: Improvement to python AMQP example.
As per feedback from https://issues.apache.org/jira/browse/AMQ-6828.
All feedback appreciated.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jameshnsears/activemq AMQ-6828
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq/pull/262.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #262
----
commit 9142027e7fe9ed3b80328363c38d6ae3a7bf18a5
Author: James Sears <[email protected]>
Date: 2017-10-06T14:10:55Z
Improvement to python AMQP example.
commit 7a1257b9a091eb3f406bccc03d344a0d82b75a99
Author: James Sears <[email protected]>
Date: 2017-10-06T16:45:34Z
refer to correct Qpid library!
commit dbe68a6ebbf02206dd7b2257dc42ceaa4a0f56fd
Author: James Sears <[email protected]>
Date: 2017-10-11T12:09:58Z
Merge branch 'master' into AMQ-6828
commit 59400b2d1bf7e58045d524c23fd1098ede2603e9
Author: James Sears <[email protected]>
Date: 2017-10-11T12:30:38Z
Migrate example python code to proton reactor api.
----
---