[
https://issues.apache.org/jira/browse/QPID-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Keith Wall updated QPID-2442:
-----------------------------
Attachment: 0001-QPID-2442-Make-0-10-TemporaryQueue-delete-and-Tempor.patch
This patch changes the Java Client to actually cause the deletion of the
temporary queue (or temporary topic) on the Broker when the client application
calls TemporaryQueue#delete or (TemporaryTopic#delete), rather than merely
marking as so in the client.
The changes affects the 0-10 code path only. 0-8..0-9-1 behaviour is unchanged.
Bolstered the system tests around tmp queues/topics.
> make TemporaryQueue.delete perform the delete on the broker
> -----------------------------------------------------------
>
> Key: QPID-2442
> URL: https://issues.apache.org/jira/browse/QPID-2442
> Project: Qpid
> Issue Type: Improvement
> Components: Java Client
> Affects Versions: M2, M2.1, M3, M4, 0.5, 0.6
> Reporter: Robbie Gemmell
> Assignee: Keith Wall
> Attachments:
> 0001-QPID-2442-Make-0-10-TemporaryQueue-delete-and-Tempor.patch
>
>
> Session.createTemporaryQueue() actualy contacts the broker to create the
> queue before returning the temporaryQueue object, however
> TemporaryQueue.delete simply marks the object as deleted locally. This should
> be enhanced to delete the queue on the broker.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]