On 04/30/2010 05:38 PM, Jonathan Robie wrote:

  sender = session.sender(address)
  receiver = session.receiver(address)

Oops, that should have read:

sender = session.sender("xml")
receiver = session.receiver(address)

In other words, I should be sending to the XML Exchange, and reading from a queue. What I sent actually sends directly to the queue.

Unfortunately, when I fixed that error, the program stopped working. I'm not sure if the bug is in my code or not.

Jonathan

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to