Typo in "How to send responses to reply-to queues" example

Bug #636261 reported by Dariusz Suchojad
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PyMQI
Fix Released
Medium
Dariusz Suchojad

Bug Description

In http://packages.python.org/pymqi/examples.html#how-to-send-responses-to-reply-to-queues the lines

reply_to_queue_name = md.ReplyToQ.strip()
reply_to_queue = pymqi.Queue(qmgr, reply_to_queue)

should in fact be

reply_to_queue_name = md.ReplyToQ.strip()
reply_to_queue = pymqi.Queue(qmgr, reply_to_queue_name)

Revision history for this message
Dariusz Suchojad (dsuch) wrote :

Fixed in trunk #33, revid <email address hidden>

Changed in pymqi:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.