suganya murugesan
suganya murugesan

Reputation: 15

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?

Upvotes: 0

Views: 451

Answers (1)

Matt Pavlovich
Matt Pavlovich

Reputation: 4316

The queue must exist before the message is produced.

Upvotes: 0

Related Questions