Chunk data when sending it to RabbitMQ
Open
- Dominant language
- C++
- Stars
- 10
- Forks
- 8
- Avg merge
- 17d 21h
- Merged PRs (30d)
- 1
Description
At the moment we send AMSMessage of arbitrary size. It would be useful to have a way to chunk messages based on a pre-defined size. E.g., instead of sending 1 messages of 1MB we send 5 messages of 0.2 MB.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.