11.1 通配符和组合消息目的地
程序员文章站
2022-04-23 10:44:22
...
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/english/translation/activemq-in-action/1685.html
11.1 Wildcards and composite destinations
11.1 通配符和组合消息目的地
In this section we’ll look at two useful features of ActiveMQ: subscribing to multiple
destinations using wildcards, and publishing to multiple destinations using composite
destinations. ActiveMQ uses a special notation to denote a wildcard subscription; we’ll
describe that in the next section.
本节中,我们将看到ActiveMQ的两个有用的特性:通过使用通配符订阅多个消息目的地消息以及通过使用
组合消息目的地发布消息到多个目的地.ActiveMQ使用特殊标记来表示通配符,下一小节中我们将看到这
中通配符.
11.1.1 Consume from multiple destinations using wildcards
11.1.1 使用通配符同时处理多个消息目的地的消息
..........................
上一篇: Linux正则表达式和通配符的区别