[
https://issues.apache.org/activemq/browse/AMQNET-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47641#action_47641
]
Jim Gomes commented on AMQNET-129:
----------------------------------
It is possible to delete durable subscribers. Check the following API:
ISession.DeleteDurableConsumer().
As far as deleting queues/topics, I will need to check on that. Just as
background, what is the motivation for wanting to delete a queue? I also
assume that you would want to delete a topic as well. If it is simply a matter
of keeping things cleaned up, that I would ask if a temporary queue or
temporary topic might better suit your implementation requirements?
> Support for deleting queues and durable subcribers.
> ---------------------------------------------------
>
> Key: AMQNET-129
> URL: https://issues.apache.org/activemq/browse/AMQNET-129
> Project: ActiveMQ .Net
> Issue Type: New Feature
> Components: ActiveMQ Client
> Reporter: Petr Postulka
> Assignee: Jim Gomes
>
> I think that it is very important feature, because now we can delete queues
> and durable subscribers only manually via JMX, which can not meet
> requirements in automatic systems. For example if you want to use Publish /
> Subscribe scenario with durable subscribers, you want to delete the durable
> subscriber when the client disconnects from the system. Now you can not do it
> programatically.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.