This should be replace waiting for confirm of publish once we have message
class from 0-10
------------------------------------------------------------------------------------------
Key: QPID-542
URL: https://issues.apache.org/jira/browse/QPID-542
Project: Qpid
Issue Type: Bug
Components: AMQP Compliance
Reporter: Carl Trieloff
cut from basic.py
channel.basic_publish(routing_key="test-queue-4",
content=Content("One"))
import time; time.sleep(5) # this should be replace waiting for confirm
of publish once we have message class
#cancel should stop messages being delivered
channel.basic_cancel(consumer_tag="my-consumer")
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.