Hi,
Has anyone used the qpid c++ broker messaging api to connect to activemq and
send a message to a topic instead of a queue?
I am able to connect and send to a queue. To send to a topic, I need to prefix
the address with "topic://", but this is not accepted by the qpid messaging api.
If I use proton, I can use the topic:// prefix, and publish to the topic.
However, I cannot figure out how to do this with the qpid c++ messaging api.
I tried using the qpid messaging api syntax, such as: "my-topic; {assert:
always, create: never, node:{ durable: false, type: topic }}", but that just
results in it creating new queues.
Any help is appreciated.
Jody