You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Carlos Medina (JIRA)" <qp...@incubator.apache.org> on 2007/05/16 08:07:16 UTC

[jira] Created: (QPID-490) Improve AmqChannel.PurgeQueue() and AmqChannel.DeleteQueue() methods

Improve AmqChannel.PurgeQueue() and AmqChannel.DeleteQueue() methods
--------------------------------------------------------------------

                 Key: QPID-490
                 URL: https://issues.apache.org/jira/browse/QPID-490
             Project: Qpid
          Issue Type: Improvement
    Affects Versions: M2
            Reporter: Carlos Medina


Improve the AmqChannel.DeleteQueue() and AmqChannel.PurgeQueue() methods to delete queues created in the server or to purge messages availables in a queue respectively:

1. Modify the actual signature of the DeleteQueue() method in IChannel interface (and corresponding implementations in AmqChannel) to accept all parameters availables in the specificaction.

2. Add a new method, PurgeQueue(), to the IChannel interface (and corresponding implementations in AmqChannel) to remove all message from a queue

3. Create the QueuePurgeOkMethodHandler and QueueDeleteOkMethodHandler handlers to manage the reply method sent by the server when DeleteQueue() and PurgeQueue() methods are used



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


[jira] Updated: (QPID-490) Improve AmqChannel.PurgeQueue() and AmqChannel.DeleteQueue() methods

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

Tomas Restrepo updated QPID-490:
--------------------------------

    Component/s: Dot Net Client

> Improve AmqChannel.PurgeQueue() and AmqChannel.DeleteQueue() methods
> --------------------------------------------------------------------
>
>                 Key: QPID-490
>                 URL: https://issues.apache.org/jira/browse/QPID-490
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Dot Net Client
>    Affects Versions: M2
>            Reporter: Carlos Medina
>         Attachments: QPID-490.diff
>
>
> Improve the AmqChannel.DeleteQueue() and AmqChannel.PurgeQueue() methods to delete queues created in the server or to purge messages availables in a queue respectively:
> 1. Modify the actual signature of the DeleteQueue() method in IChannel interface (and corresponding implementations in AmqChannel) to accept all parameters availables in the specificaction.
> 2. Add a new method, PurgeQueue(), to the IChannel interface (and corresponding implementations in AmqChannel) to remove all message from a queue
> 3. Create the QueuePurgeOkMethodHandler and QueueDeleteOkMethodHandler handlers to manage the reply method sent by the server when DeleteQueue() and PurgeQueue() methods are used

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


[jira] Updated: (QPID-490) Improve AmqChannel.PurgeQueue() and AmqChannel.DeleteQueue() methods

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

Carlos Medina updated QPID-490:
-------------------------------

    Attachment: QPID-490.diff

> Improve AmqChannel.PurgeQueue() and AmqChannel.DeleteQueue() methods
> --------------------------------------------------------------------
>
>                 Key: QPID-490
>                 URL: https://issues.apache.org/jira/browse/QPID-490
>             Project: Qpid
>          Issue Type: Improvement
>    Affects Versions: M2
>            Reporter: Carlos Medina
>         Attachments: QPID-490.diff
>
>
> Improve the AmqChannel.DeleteQueue() and AmqChannel.PurgeQueue() methods to delete queues created in the server or to purge messages availables in a queue respectively:
> 1. Modify the actual signature of the DeleteQueue() method in IChannel interface (and corresponding implementations in AmqChannel) to accept all parameters availables in the specificaction.
> 2. Add a new method, PurgeQueue(), to the IChannel interface (and corresponding implementations in AmqChannel) to remove all message from a queue
> 3. Create the QueuePurgeOkMethodHandler and QueueDeleteOkMethodHandler handlers to manage the reply method sent by the server when DeleteQueue() and PurgeQueue() methods are used

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


[jira] Resolved: (QPID-490) Improve AmqChannel.PurgeQueue() and AmqChannel.DeleteQueue() methods

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

Tomas Restrepo resolved QPID-490.
---------------------------------

       Resolution: Fixed
    Fix Version/s: M2

Patch included in revision 539191

> Improve AmqChannel.PurgeQueue() and AmqChannel.DeleteQueue() methods
> --------------------------------------------------------------------
>
>                 Key: QPID-490
>                 URL: https://issues.apache.org/jira/browse/QPID-490
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Dot Net Client
>    Affects Versions: M2
>            Reporter: Carlos Medina
>             Fix For: M2
>
>         Attachments: QPID-490.diff
>
>
> Improve the AmqChannel.DeleteQueue() and AmqChannel.PurgeQueue() methods to delete queues created in the server or to purge messages availables in a queue respectively:
> 1. Modify the actual signature of the DeleteQueue() method in IChannel interface (and corresponding implementations in AmqChannel) to accept all parameters availables in the specificaction.
> 2. Add a new method, PurgeQueue(), to the IChannel interface (and corresponding implementations in AmqChannel) to remove all message from a queue
> 3. Create the QueuePurgeOkMethodHandler and QueueDeleteOkMethodHandler handlers to manage the reply method sent by the server when DeleteQueue() and PurgeQueue() methods are used

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