How to publish messages to a virtual topic in AMQP

335 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

The queue must exist before the message is produced.