- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一些关于 RabbitMQ + Spring 的简短问题,非常感谢您在这方面的帮助。
阅读文档后
这里 ( https://docs.spring.io/spring-amqp/reference/html/#connections )
和 这里 ( https://www.rabbitmq.com/api-guide.html )
Java + Spring 客户端的 api 似乎有一个名为 CachingConnectionFactory 的类。
事实:
最佳答案
我刚刚在rabbitmq-users
上回复了你谷歌集团。
我可以解决 Spring 问题。
What is the difference, and the relationship, between CachingConnectionFactory, PublisherConnectionFactory and RabbitConnectionFactory?
RabbitTemplate.usePublisherConnection
为真时)。建议这样做,以允许消费者在发布者被阻止时继续消费。
Why do we need so many different executor pools? What is the difference between them all? Do these classes share their thread pools / executors?
RCF.newConnection()
.
When a connection is opened, to which thread pool is it allocated?
RCF.newConnection()
.否则 amqp-client 使用它自己的执行程序。
When a channel is opened, to which thread pool is it allocated? Do publish and consume operations use different thread pools?
RabbitTemplate.usePublisherConnection
是真的,PCF 有一个不同的执行者。
How do I pass in my own executor implementation or otherwise configure, each of the aformentioned executors?
CCF.getPublisherConnectionFactory()
并调用它的 setter。
Would it be a good idea to merge/unify some or all of the executors?
关于spring - 理解、替换、配置和修改 Spring Rabbit (AMQP) 线程池 : A list of questions,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60995009/
我是一名优秀的程序员,十分优秀!