NMS Temporary Topic and Queue should implement ITopic and IQueue respectively.
------------------------------------------------------------------------------
Key: AMQNET-244
URL: https://issues.apache.org/activemq/browse/AMQNET-244
Project: ActiveMQ .Net
Issue Type: Improvement
Components: ActiveMQ, NMS, Stomp
Affects Versions: 1.2.0
Reporter: Timothy Bish
Assignee: Timothy Bish
Priority: Minor
Fix For: 1.3.0
The interfaces for ITemporaryTopic and ITemporaryQueue extend the IDestination
interface instead of their respective ITopic and IQueue interfaces. The types
are Topics and Queue, they just represent temporary versions. The QueueBrowser
functionality should be able to operate on either but would require additional
create methods just to support temp queues, or they'd have to specify the more
generic IDestination interface as their destination parameter which isn't as
descriptive.
The Temporary destinations should also add the Delete method like the one's in
the JMS spec have defined. Clients can throw an Unsupported exception if no
able to delete them.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.