Package org.jboss.messaging.core

Interface Summary
Channel A Channel is a transactional, reliable message delivery mechanism that forwards a message from a sender to one or more receivers.
Delivery A message delivery.
DeliveryObserver  
Distributor An interface for Receiver management.
Filter A filter encapsulates the logic of whether to accept a message or not.
FilterFactory A FilterFactory This exists so we can abstract out the creation of filters inside core code so we don't have dependencies on jms selectors
Queue A Queue
Receiver A component that handles routable instances.
Router Routes a routable to a maximum of one of the attached receivers
 

Class Summary
ChannelSupport This class provides much of the functionality needed to implement a channel.
PagingChannelSupport This channel implementation automatically pages message references to and from storage to prevent more than a maximum number of references being stored in memory at once.
SimpleDelivery A simple Delivery implementation.
 



Copyright © 2006 JBoss Inc. All Rights Reserved.