Hi,

I have tried with sample application for request response app.

Broker : rabbitMQ 3.8.0
client : QPID C++ 1.36
Reference doc :
https://qpid.apache.org/releases/qpid-cpp-1.39.0/messaging-api/book/ch01s12.html

getting the below exception.

Address responseQueue("#response-queue; {create:always, delete:always}");
Receiver receiver = session.createReceiver(responseQueue);
        *Exception : Delete policies not supported over AMQP 1.0.*
        
//Removed delete:always
Address responseQueue("#response-queue; {create:always}");
Receiver receiver = session.createReceiver(responseQueue);
        *Exception : Session ended by peer with amqp:not-implemented: Dynamic
sources not supported*

Please do guide me, If I am missing anything.

Thanks,
Mohan  





--
Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to