fuCtor / QAMQP

AMQP implementation for Qt
Other
28 stars 3 forks source link

About exchange publish. #25

Closed ximply closed 11 years ago

ximply commented 11 years ago

I use publish method to send message, but how can I know the result? Just successfully or failed ?

fuCtor commented 11 years ago

You can't get status of sended message. Protocol doesn't support it. But you can implement something llike this http://www.rabbitmq.com/tutorials/tutorial-six-python.html

ximply commented 11 years ago

Well, thank you very much.