Re: AMQCPP -- Cannot publish to a delete Destination: temp-queue

2017-05-19 Thread bobeo
hi Tim, Maybe I wasn't clear enough. Let me make it clear again: First, I have a queue : sn.queue.settings. >From Java, I send a message to that queue, and I can see from the log of activemq broker, I highlight important bits: INFO | Sending message: ActiveMQTextMessage {commandId = 24,

Re: AMQCPP -- Cannot publish to a delete Destination: temp-queue

2017-05-19 Thread bobeo
hi Tim, I'm facing the same problem of Cannot publish to a deleted Destination: temp-queue:// I've tried both Java server - C++ client and C++ server - C++ client , but both end up with the same error "Cannot publish to a deleted Destination: temp-queue://" I'm using Activemq 3.9.1 on Ubuntu.