如何将消息发布到 AMQP 中的虚拟主题
How to publish messages to a virtual topic in AMQP
我使用带有 SenderLink API 的 AMQP 将消息发布到 ActiveMQ 中的主题。我使用了指向topic://topicname
.
的节点地址
对于 VirtualTopic,我经历了 this documentation。按照说明更改配置并将主题名称重命名为 VirtualTopic.TopicName
不会将消息发布到队列中。
节点地址应该不同吗?我在这里遗漏了什么吗?
在生成消息之前队列必须存在。
我使用带有 SenderLink API 的 AMQP 将消息发布到 ActiveMQ 中的主题。我使用了指向topic://topicname
.
对于 VirtualTopic,我经历了 this documentation。按照说明更改配置并将主题名称重命名为 VirtualTopic.TopicName
不会将消息发布到队列中。
节点地址应该不同吗?我在这里遗漏了什么吗?
在生成消息之前队列必须存在。