Hallo, When I use c proton with qpid c++ broker, a '#' convention to create temporary queue (deleted on connection close) can be used. But when I try to use this convention with rabbitmq broker it does not work. I can create queue name myself of course, but how should I declare it to be temporary with auto-deletion on connection close?
I am using pn_messenger interface to send messages. Best regards, -- Michael Ivanov