[
https://issues.apache.org/jira/browse/PROTON-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ken Giusti closed PROTON-426.
-----------------------------
See QPID-5251
> [Messenger] messenger has no ability to dynamically create queues/topics on
> qpidd
> ---------------------------------------------------------------------------------
>
> Key: PROTON-426
> URL: https://issues.apache.org/jira/browse/PROTON-426
> Project: Qpid Proton
> Issue Type: New Feature
> Components: proton-c
> Affects Versions: 0.5
> Reporter: Ken Giusti
> Fix For: 0.6
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.1#6144)