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

Improve RabbitMQ Implementation #8

Open
ByteAlex opened this issue May 13, 2020 · 0 comments
Open

Improve RabbitMQ Implementation #8

ByteAlex opened this issue May 13, 2020 · 0 comments

Comments

@ByteAlex
Copy link
Contributor

The current RabbitMQ implementation has a few flaws.

  1. Add channel pooling: Currently for each call to RabbitMQ#send* methods a new channel is created
  2. Connection Pooling (?) - What's the behaviour for the underlying connections of the channels?
  3. Push messages to exchanges and not directly to the queues and let RabbitMQ do it's work
  4. Add incremental backoff on error in the pipeline for send/receive
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

1 participant