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创建)。我想从队列中随机获取消息是否可能?如果可以的话请告诉我...
提前致谢。
如果您想监听多个队列,您可以在同一个会话中监听多个队列,您将一次从多个队列中获得一个事件的回调。