Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.activemq.service

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
AsyncSimpleBrokerTest  
BrokerTestSupport Useful base class for Broker related test cases
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.
QueueBrokerTest  
QueueListTestSupport  
RedeliveryPolicy Represents the redelivery policy which is used when a rollback() occurs (either JMS or XA).
SimpleQueueBrokerTest  
SimpleTopicBrokerTest  
SubscriberEntry Represents a durable subscribers subscription entry which contains details of the subscription and the subscriber's unique ID
TopicBrokerTest  
TransactionManager A Transaction keeps track of all the tasks that must be run before and after transactional events.
TransientQueueGarbageCollectionTest MemoryBoundedQueueTest