Bug 693888 - Indexes in example code are reversed
Summary: Indexes in example code are reversed
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: Messaging_Programming_Reference
Version: 1.3
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: 2.0
: ---
Assignee: Alison Young
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-04-05 20:14 UTC by Justin Ross
Modified: 2012-09-21 13:02 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-06-24 02:58:24 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Justin Ross 2011-04-05 20:14:29 UTC
The example contains indexes (3, 4) that are reversed.

16:04  * xkahn reads: http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_MRG/1.3/html-single/Programming_in_Apache_Qpid/index.html
16:04 < xkahn> Python example: 2.2. A Simple Messaging Program in Python
16:04 < xkahn>   sender = session.sender(address)  «3»  
16:04 < xkahn>   receiver = session.receiver(address)  «4»
16:05 < xkahn> «3» Creates a receiver that receives messages from the given address. 
16:05 < xkahn> «4» Creates a sender that sends to the given address. 
16:05 < xkahn> Pretty sure that isn't right.


Note You need to log in before you can comment on or make changes to this bug.