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.

Reply via email to