[
https://issues.apache.org/activemq/browse/AMQNET-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jim Gomes resolved AMQNET-129.
------------------------------
Resolution: Fixed
Thanks, Timothy, for the code snippet. I added a new method on ISession
instead of on IConnection to delete the destination. This seemed like a better
place to put it, since the destinations are initially created on the ISession
interface. Also, there was an existing internal ActiveMQ Client function on
ISession to delete the destinations. In effect, I simply made the internal
function into the public function implementation. I also added some new unit
tests to try out the function.
> Support for deleting queues.
> ----------------------------
>
> Key: AMQNET-129
> URL: https://issues.apache.org/activemq/browse/AMQNET-129
> Project: ActiveMQ .Net
> Issue Type: New Feature
> Components: ActiveMQ Client, EMS, MSMQ
> Reporter: Petr Postulka
> Assignee: Jim Gomes
> Fix For: 1.1
>
>
> Add support for deleting queues/topics. Temporary queues and topics are
> automatically deleted, but normal queues and topics are not removed. An
> administrative function should support deletion of these queues and topics.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.