[ http://issues.apache.org/jira/browse/QPID-183?page=comments#action_12458488 ] Rajith Attapattu commented on QPID-183: ---------------------------------------
Robert, I think the local map is a better implementation as I pointed out in my previous email. I also provided a fix for this using Queue.declare with passive true that will notify if the queue is there. However when u commit Godfrey's patch please remove that code as I feel a local map is more fast and efficient and I certainly prefer that. Regards, Rajith > Session.unsubscribe does not handle invalid arguments correctly > --------------------------------------------------------------- > > Key: QPID-183 > URL: http://issues.apache.org/jira/browse/QPID-183 > Project: Qpid > Issue Type: Bug > Components: JMS Compliance > Reporter: Robert Greig > Assigned To: Robert Greig > Attachments: qpid-183.patch > > > Trying to unsubscribe from a durable subscription to which you are not > already subscribed should result in an InvalidDestinationException being > thrown. This is currently not happening. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
