[
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.