You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The basics - in my humble opimion you should not. Systems that use a messaging broker such as RabbitMQ are by definition distributed. Since protocol methods (messages) sent are not guaranteed to reach the peer or be successfully processed by it, both publishers and consumers need a mechanism for delivery and processing confirmation. Iif you don't receve message - it should not be there. Or Your application is late. It should work and it does. In asynch way.
How can the sender confirm that the message is sent successfully
The text was updated successfully, but these errors were encountered: