class: ActiveMqDestination
[24:14] (extern: com.lehman.aussom.ActiveMqDestination) extends: object
A queue or topic, including the temporary variants. Instances come from ActiveMqSession's create methods and from message replyTo / destination headers - there is no public constructor.
Methods
-
getName ()
Gets the queue or topic name.
- @r
Astring with the destination name.
- @r
-
isQueue ()
Reports whether this destination is a queue.
- @r
Abool with true for a queue.
- @r
-
isTopic ()
Reports whether this destination is a topic.
- @r
Abool with true for a topic.
- @r
-
isTemporary ()
Reports whether this destination is temporary.
- @r
Abool with true for a temporary queue or topic.
- @r
-
delete ()
Deletes a temporary destination. Errors on non-temporary ones.
- @r
thisobject
- @r