Package org.jboss.mq.server

Interface Summary
JMSServerInterceptor (src) Interceptor interface for clients IL accessing the JMSServer.
Receivers (src) Interface to be implemented by a receivers implementation.
 

Class Summary
BasicQueue (src) This class represents a queue which provides it's messages exclusively to one consumer at a time.
BasicQueueParameters (src) Parameters controlling a basic queue
ClientConsumer (src) This represent the clients queue which consumes messages from the destinations on the provider.
ClientMonitorInterceptor (src) A pass through Interceptor, which keeps track of when a client was last active.
ClientReconnectInterceptor (src) The JMS spec does not let a second client with the same clientID connect to the server.
ExclusiveQueue (src) This class implements a basic queue with an exclusive subscription.
JMSDestination (src) This class is a message queue which is stored (hashed by Destination) on the JMS provider
JMSDestinationManager (src) This class implements the JMS provider
JMSQueue (src) This class is a message queue which is stored (hashed by Destination) on the JMS provider
JMSServerInterceptorSupport (src) A pass through JMSServerInvoker.
JMSServerInvoker (src) A pass through JMSServerInvoker.
JMSTopic (src) This class is a message queue which is stored (hashed by Destination) on the JMS provider
MessageCache (src) This class implements a Message cache so that larger amounts of messages can be processed without running out of memory.
MessageCounter (src) This class stores message count informations for a given queue
MessageReference (src) This class holds a reference to an actual Message.
NonPersistentInterceptor (src) Makes all messages Non Persistent
PersistentQueue (src) This class implements a persistent version of the basic queue.
ReceiversImpl (src) The default implementation of the Receivers interface.
ReceiversImplArrayList (src) The default implementation of the Receivers interface.
ReceiversImplLinkedList (src) The default implementation of the Receivers interface.
RoutedMessage (src) This class contians all the data needed to perform a JMS transaction
SelectorPersistentQueue (src) This class adds a selector to a persistent queue.
TracingInterceptor (src) A pass through Interceptor, wich will trace all calls.