Does activemq-cpp 3.7.0 support connecting through multicast protocol?

2013-06-14 Thread kpoxmq
I wrote a simple test where the AMQ connection url is 'multicast://default' and I get error message: Also, plowing through activemq-cpp source it appears to me that only the following connection factories are supported: failover mock ssl tcp. Is this understanding correct? -- View this messa

Re: Temporary Topic not forwarding responses as expected

2013-06-13 Thread kpoxmq
This is the config at broker1: The message is *NOT* received by the consumer on broker1 listening on the temporary queue. -- View this message in context: http://activemq.2283324.n4.nabble.com/Temporary-Topic-not-forwarding-responses-as-expected-tp4668062p4668198.html Sent from the ActiveMQ

Temporary Topic not forwarding responses as expected

2013-06-12 Thread kpoxmq
Setup: ActiveMQ 5.8.0, API: ctivemq-cpp-3.7.0I have a 2-broker NOB setup, and configured duplex network connectors for topic "a.b.c" on broker1. A server process on broker1 publishes to the "a.b.c" using a Producer and specifies a ReplyTo destination which is a temporary topic created within the AM