
RabbitMQ
litoujkl
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
持久化
点击打开链接First, some background: both persistent and transient messages can be written to disk. Persistent messages will be written to disk as soon as they reach the queue, while transient messages will ...翻译 2018-04-09 14:27:00 · 303 阅读 · 0 评论 -
Channels and Concurrency Considerations (Thread Safety)
As a rule of thumb, sharing Channel instances between threads is something to be avoided. Applications should prefer using a Channel per thread instead of sharing the same Channel across multiple thre...翻译 2018-04-15 15:19:58 · 206 阅读 · 0 评论 -
Consumer Acknowledgements and Publisher Confirms
点击打开链接Acknowledging Multiple Deliveries at OnceManual acknowledgements can be batched to reduce network traffic. This is done by setting the multiple field of acknowledgement methods (see above) to tr...翻译 2018-04-17 19:38:01 · 346 阅读 · 0 评论