Package org.activemq.service

The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager

See:
          Description

Interface Summary
Dispatcher A dispatcher of messages to some JMS connection.
MessageContainer A MessageContainer holds the messages for a particular destination
MessageContainerAdmin Provides a admin view to a destination.
MessageContainerManager A manager of MessageContainer instances
QueueList Represents a Queue with List like semantics, allowing addition and removal at any point in the queue.
QueueListEntry Represents an entry in a linked list
QueueMessageContainer A Queue based MessageContainer
QueueMessageContainerManager A manager of MessageContainer instances
Service Service represents some service of some kind with a simple start/stop lifecycle.
Subscription A Subscription holds messages to be dispatched to a a Client Consumer
SubscriptionContainer Represents a possibly persistent container of subscription objects
TopicMessageContainer A Topic based MessageContainer
Transaction A Transaction keeps track of all the tasks that must be run before and after transactional events.
TransactionTask The TransactionTask interface should be implemented by any class whose instances are intended to be executed as part of a transaction event.
 

Class Summary
DeadLetterPolicy Determines how messages are stored in a dead letter queue
MessageIdentity Represents a message identity, either by using a unique message number, which is ordered and must not be zero or by specifying the String messageID.
RedeliveryPolicy Represents the redelivery policy which is used when a rollback() occurs (either JMS or XA).
SubscriberEntry Represents a durable subscribers subscription entry which contains details of the subscription and the subscriber's unique ID
TransactionManager A Transaction keeps track of all the tasks that must be run before and after transactional events.
 

Package org.activemq.service Description

The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager



Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.