Closed ximply closed 11 years ago
I use publish method to send message, but how can I know the result? Just successfully or failed ?
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
Well, thank you very much.
I use publish method to send message, but how can I know the result? Just successfully or failed ?