Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to confirm that the message is sent successfully #90

Open
geek199019 opened this issue May 10, 2021 · 2 comments
Open

How to confirm that the message is sent successfully #90

geek199019 opened this issue May 10, 2021 · 2 comments

Comments

@geek199019
Copy link

How can the sender confirm that the message is sent successfully

@olusis
Copy link

olusis commented Nov 21, 2021

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.

@olusis
Copy link

olusis commented Nov 21, 2021

Interprocess commz should be this way. IMHO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants