Skip to content
Discussion options

You must be logged in to vote

BasicPublishAsync batched allowing messages to be grouped together in a single write(2) to the socket, reducing the I/O usage.

No, and that's not how CreateBasicPublishBatch works in 6.x, anyway.

Why is it removed? Any concerns when using batched publishing?

It was removed because it was a convenience method that basically worked like BasicPublish in a loop.

One of the goals for version 7 is to reduce the amount of code in this library that must be supported.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lukebakken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants