Justin Ross created PROTON-544:
----------------------------------
Summary: Subscriptions have no documentation
Key: PROTON-544
URL: https://issues.apache.org/jira/browse/PROTON-544
Project: Qpid Proton
Issue Type: Improvement
Components: python-binding
Affects Versions: 0.7
Reporter: Justin Ross
For instance, you really want to know that when you do this:
sub = msgr.subscribe("amqp://0.0.0.0/#")
You have sub.address, so you can do this:
msg = Message()
msg.reply_to = sub.address
The API doc for Messenger.subscribe says nothing about its return value, and
Subscription is not among the classes in the generated API doc.
--
This message was sent by Atlassian JIRA
(v6.2#6252)