Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
proton-0.5
-
None
Description
The current QPID client addressing syntax provides a way to create and delete queue/topic resource on the qpidd broker "in band". For example:
$ QPID_LOAD_MODULE=amqpc.so ./spout --connection-options "
{protocol:amqp1.0}" "TestQ;{create:always,node:{type:queue}}"
$ qpid-stat -q
Queues
queue dur autoDel excl msg msgIn msgOut bytes bytesIn bytesOut cons bind
============================================================================
<...>
TestQ 1 1 0 65 65 0 0 1
This capability is not available when using the Messenger API.
Attachments
Issue Links
- duplicates
-
PROTON-439 Support for dynamic reply-to address in Messenger
- Closed