[
https://issues.apache.org/jira/browse/QPID-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474599
]
Rajith Attapattu commented on QPID-203:
---------------------------------------
Rob,
I f I am not mistaken this was implemented before. (check the patch).
But now when I look at the code, the queue is not deleted, instead left to be
deleted by the broker (bcos it's auto-delete)
You had the following code segment in the patch, maybe u should add that.
+ if(_session.isQueueBound(getQueueName()))
+ {
+ _session.deleteQueue(getQueueName());
+ }
Regards,
Rajith
> Implement delete() on TempraryQueue
> -----------------------------------
>
> Key: QPID-203
> URL: https://issues.apache.org/jira/browse/QPID-203
> Project: Qpid
> Issue Type: Bug
> Components: Java Client, JMS Compliance
> Reporter: Rob Godfrey
> Assigned To: Rob Godfrey
> Priority: Minor
> Fix For: M2
>
> Attachments: QPID-203.patch
>
>
> delete() currently throws UnsupportedOperationException
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.