Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以在activemq上配置队列的最大长度,这样当队列的长度达到限制时,入队操作将失败或抛出异常。有人知道这个问题吗?任何帮助将不胜感激。
非常感谢。
看看生产者流控制http://activemq.apache.org/producer-flow-control.html
它限制了队列占用的内存量,因此它不是消息数量的方法,而是内存大小的方法。当代理达到其最大资源限制时,您可以将异常返回给客户端。