Hi, I would like to use the Qpid Messaging API to send messages into ActiveMQ from my C++ program. I have a little problem with sending messages into topics. Address is always regarded as the address of the queue. I read here <http://activemq.apache.org/amqp.html> that it is necessary to use prefix "topic://". But when I do it, the message is delivered to the queue named "topic:" and rest of the address is used as subject of the message. What am I doing wrong? Petr
-- View this message in context: http://qpid.2158936.n2.nabble.com/Qpid-Messaging-API-and-topics-tp7598962.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]
