Search code examples
activemq-classicamqpvirtual-topic

How to publish messages to a virtual topic in AMQP


I published messages to a topic in ActiveMQ using AMQP with the SenderLink API. I used the node address pointing to topic://topicname.

For VirtualTopic I went through this documentation. Changing the configuration as noted and renaming the topic name to VirtualTopic.TopicName is not publishing the messages on to queue.

Should the node address be different? Am I missing anything here?


Solution

  • The queue must exist before the message is produced.