You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Pavel Moravec (JIRA)" <ji...@apache.org> on 2014/06/20 14:49:24 UTC

[jira] [Created] (QPID-5835) [C++ broker] Broker recovery forgets auto-delete flag on queues and exchanges

Pavel Moravec created QPID-5835:
-----------------------------------

             Summary: [C++ broker] Broker recovery forgets auto-delete flag on queues and exchanges
                 Key: QPID-5835
                 URL: https://issues.apache.org/jira/browse/QPID-5835
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: 0.26
            Reporter: Pavel Moravec
            Assignee: Pavel Moravec
            Priority: Minor


Description of problem:
When a durable node with auto-delete: true exists, the property is reset to false after broker restarts.

Version-Release number of selected component (if applicable):
(any)


How reproducible:
100%


Steps to Reproduce:
1. create durable node (queue) with auto-delete property set
./spout "autodelq;{'create':'always', 'node': {'x-declare': {'auto-delete': True}}}"

2. create durable node (exchange) with auto-delete property set
 ./spout "autodelex;{'create':'always', 'node': {'type': topic, 'x-declare': {'auto-delete': True}, 'durable':True}}"

3. check auto-delete flag
qpid-stat -q #for queue, use e.g. qpid-tool for exchange

4. restart broker
5. check auto-delete flag


Actual results:
'autoDelete': False is on both nodes


Expected results:
autoDelete property should survive the restart



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org