-
I need to improve the performance of a batch process that needs to publish a very large number of messages to Rabbit MQ in the shortest period of time possible. I reckon publishing them one by one through a Producer might result in too many network roundtrips, and, thus, excessive networking overhead. Is there a way to batch publish messages? For instance, would I be able to publish 10 or 100 messages at a time in a single network roundtrip? |
Beta Was this translation helpful? Give feedback.
Answered by
Nusnus
Jun 3, 2024
Replies: 1 comment 5 replies
-
Not at the moment but we're currently working on such a feature to be released in 5.3 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately it was not prioritized at the end @alexgoryushkin
We’ll welcome a contribution if someone is willing to make the effort though 🙏