You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rajith Attapattu (JIRA)" <ji...@apache.org> on 2011/03/15 23:44:29 UTC

[jira] Resolved: (QPID-3109) Java client needs to implement the Delete option in address string

     [ https://issues.apache.org/jira/browse/QPID-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rajith Attapattu resolved QPID-3109.
------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.9)
                   0.10

The feature is implemented along with test cases.

> Java client needs to implement the Delete option in address string
> ------------------------------------------------------------------
>
>                 Key: QPID-3109
>                 URL: https://issues.apache.org/jira/browse/QPID-3109
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Client
>    Affects Versions: 0.8
>            Reporter: Rajith Attapattu
>            Assignee: Rajith Attapattu
>            Priority: Minor
>             Fix For: 0.10
>
>
> The address syntax defines a delete option with 4 possible values - {always, receiver, sender, never}.
> The default value is 'never'.
> if delete = 'always' or delete = 'sender', then when a sender is closed it should delete the queue.
> if delete = 'always' or delete = 'receiver', then when a receiver is closed it should delete the queue.
> Please note that the client will delete the queue irrespective of whether there are consumers on the queue or not.
> Also it will not take into account whether the queue is empty or not.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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