[
https://issues.apache.org/jira/browse/QPID-7541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16415809#comment-16415809
]
Artyom Safronov edited comment on QPID-7541 at 3/27/18 3:39 PM:
----------------------------------------------------------------
Deleting of a queue is a exceptional situation. But it was interesting to see
how our application would react in this case.
The system designed to listen all queues of a virtual host and automatically
determine if there are some changes with queues (added or deleted). It requests
the broker periodically using REST API.
I've just expected that the broker would notify clients about deletion of a
queue. In my opinion it is expected behavior. Because without that as for me
the broker looks less reliable. :)
was (Author: artyom82):
Deleting of a queue is a exceptional situation. But it was interesting to see
how our application would react in this case.
The system designed to listen all queues of a virtual host and automatically
determine if there are some changes with queues (added or deleted). It requests
the broker periodically using REST API. I've just expected that the broker
would notify clients about deletion of a queue.
> [Java Broker] Close Consumers when a Queue is deleted
> -----------------------------------------------------
>
> Key: QPID-7541
> URL: https://issues.apache.org/jira/browse/QPID-7541
> Project: Qpid
> Issue Type: Bug
> Components: Broker-J
> Reporter: Lorenz Quack
> Priority: Major
> Fix For: qpid-java-broker-7.0.3
>
> Attachments: proton-j_client.log
>
>
> Currently when a Queue is deleted the associated Consumers are not closed.
> This is essentially a resource leak.
> Note: In 6.1.x, for the AMQP 1.0 protocol, deleting a queue did detach the
> sending links (without error). Receiving links were not detached. This
> code (org.apache.qpid.server.protocol.v1_0.ConsumerTarget_1_0#queueDeleted)
> was removed in 7.0.x and this JIRA raised.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]