Implement delete on TemporaryTopic
----------------------------------
Key: QPID-204
URL: http://issues.apache.org/jira/browse/QPID-204
Project: Qpid
Issue Type: Bug
Components: Java Client, JMS Compliance
Reporter: Rob Godfrey
Priority: Minor
Need to throw exception when there are still active consumers.
Since temporary topics are created as auto-delete on the broker, we do not need
to issue a delete request.
Note this behavious is probably not quite right per the JMS spec, which would
seem to allow you to temporarily unsubscribe from a temporary topic, and to
subsequently re-subscribe.
To implement correctly we would need to have some sort of session level scoping
for queues in the protocol.
--
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