You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ted Ross (JIRA)" <qp...@incubator.apache.org> on 2009/06/05 23:24:07 UTC

[jira] Created: (QPID-1892) qpid-config and qpid-tool show deleted queue (durable only)

qpid-config and qpid-tool show deleted queue (durable only)
-----------------------------------------------------------

                 Key: QPID-1892
                 URL: https://issues.apache.org/jira/browse/QPID-1892
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: 0.5
            Reporter: Ted Ross
            Assignee: Ted Ross
            Priority: Minor
             Fix For: 0.6


(Reported by Gordon Sim)

Description of problem:

The command line management tools keep showing a durable queue that was
recovered on last restart but subsequently deleted.

Steps to Reproduce:
1. create durable queue using qpid-config (E.g. qpid-config --durable add
my-queue)
2. restart qpidd (E.g /sbin/service qpidd restart)
3. delete the queue (E.g. qpid-config del queue my-queue)
4. list queues (I.e. qpid-config queues)

Actual results:

The deleted queue is still shown by both qpid-config and qpid-tool. If you
restart qpidd again then it disappears.

Expected results:

The queue has been deleted so should not appear in the list produced by
'qpid-config queues'. In qpid-tool it should be marked as deleted.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Resolved: (QPID-1892) qpid-config and qpid-tool show deleted queue (durable only)

Posted by "Ted Ross (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Ross resolved QPID-1892.
----------------------------

    Resolution: Fixed

> qpid-config and qpid-tool show deleted queue (durable only)
> -----------------------------------------------------------
>
>                 Key: QPID-1892
>                 URL: https://issues.apache.org/jira/browse/QPID-1892
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.5
>            Reporter: Ted Ross
>            Assignee: Ted Ross
>            Priority: Minor
>             Fix For: 0.6
>
>
> (Reported by Gordon Sim)
> Description of problem:
> The command line management tools keep showing a durable queue that was
> recovered on last restart but subsequently deleted.
> Steps to Reproduce:
> 1. create durable queue using qpid-config (E.g. qpid-config --durable add
> my-queue)
> 2. restart qpidd (E.g /sbin/service qpidd restart)
> 3. delete the queue (E.g. qpid-config del queue my-queue)
> 4. list queues (I.e. qpid-config queues)
> Actual results:
> The deleted queue is still shown by both qpid-config and qpid-tool. If you
> restart qpidd again then it disappears.
> Expected results:
> The queue has been deleted so should not appear in the list produced by
> 'qpid-config queues'. In qpid-tool it should be marked as deleted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org