A wrapper type for the topic's Amazon Resource Name (ARN). To retrieve a topic's attributes, use GetTopicAttributes.
Topic
represents an identity of a repository of messages used in the JMS Publish/Subscribe messaging domain.
@see javax.jms.Topic javax.jms.Topic
null
@author Pavel Vervenko
@author Vitaliy Kravchenko
@author Max Malakhov
@author Anuar Nurmakanov
javax.jms.Topic
interface and provides Joram specific administration and monitoring methods. This is a proxy object a client uses to specify the destination of messages it is sending and the source of messages it receives.
Topic
class implements the MOM topic behavior, basically distributing the received messages to subscribers. A Topic might be part of a hierarchy; if it is the case, and if the topic is not on top of that hierarchy, it will have a father to forward messages to.
A topic might also be part of a cluster; if it is the case, it will have friends to forward messages to.
A topic can be part of a hierarchy and of a cluster at the same time.
Topic encapsulates particular endpoint for sending/receiving messages.
It is associated with TopicKey and in current implementation several Topic instances can be associated with the particular JMS Topic.
Topic holds collection of TopicListener and one MessageDataSerializer.
@author Nick Belaevski
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|