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 messages dataflow #16

Merged
merged 2 commits into from
May 16, 2024
Merged

Conversation

cviolbarbosa
Copy link
Collaborator

  • Secondary channel for the high throughput messages for sensor visualisation.

  • Employment of message prefetch: This feature limits the number of retrieved unacknowledged messages on a channel, effectively managing the data flow and preventing potential blocks caused by too many messages retrieved at once.

  • Improved log messages: better readability and more detailed information

ensure rabbitmq connection is not broken due to queue assertion failure
@cviolbarbosa cviolbarbosa merged commit b1b7343 into master May 16, 2024
1 check passed
@cviolbarbosa cviolbarbosa deleted the improve_rbmq_dataflow branch May 16, 2024 11:54
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

Successfully merging this pull request may close these issues.

1 participant