ActiveMQ formats its topic addresses as "topic://<topic-name>" and queue addresses as "queue://<queue-name>", falling back to assuming a queue if neither form is used.
Robbie On 17 October 2016 at 17:47, dominate <[email protected]> wrote: > Hello, > > I am using Qpid proton 0.14.0 C++ client against ActiveMQ Broker. > The broker has already a topic with name, let say MY_TOPIC. > I want to receive the messages from that topic. > So, after connecting, I'm creating a receiver: > conn.open_receiver("MY_TOPIC"); > > However, instead of listening from the topic MY_TOPIC, what is done is, > creating a QUEUE, with name MY_TOPIC, and then expecting messages from that > queue. > > How could I receive messages from MY_TOPIC? > > Thanks. > > > > -- > View this message in context: > http://qpid.2158936.n2.nabble.com/Qpid-proton-how-to-listen-from-a-TOPIC-tp7652072.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
