Uses of Package
org.codehaus.activemq.message

Packages that use org.codehaus.activemq.message
org.codehaus.activemq The core JMS client implementation classes 
org.codehaus.activemq.broker The API for the JMS Broker which is the server side of a JMS network though it may be deployed inside a client in peer style networks. 
org.codehaus.activemq.broker.impl The default implementation of the JMS Broker  
org.codehaus.activemq.filter Filter implementations for wildcards & JMS selectors  
org.codehaus.activemq.gbean The JMS container using GBeaps for deployment in Geronimo or other JSR 77/88 based containers  
org.codehaus.activemq.message Message implementations  
org.codehaus.activemq.message.util   
org.codehaus.activemq.ra JCA managed connections and resource adapters for working with ActiveMQ  
org.codehaus.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation. 
org.codehaus.activemq.service The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager  
org.codehaus.activemq.service.boundedvm   
org.codehaus.activemq.service.impl Default implementations of the services  
org.codehaus.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging  
org.codehaus.activemq.store.bdb Message persistence implemented using Berkeley DB Java Edition  
org.codehaus.activemq.store.cache   
org.codehaus.activemq.store.howl Message persistence using a high performance transaction log via implemented using Howl whichi is used for short term persistence with longer term storage being used at checkpoints. 
org.codehaus.activemq.store.jdbc Message persistence implemented using JDBC  
org.codehaus.activemq.store.jdbc.adapter Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers. 
org.codehaus.activemq.store.jdbm Message persistence implemented using JDBM which is the default persistence mechanism shipped with Geronimo (due to its BSD licence)  
org.codehaus.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. 
org.codehaus.activemq.store.vm VM based implementation of message persistence  
org.codehaus.activemq.transport The transport abstraction layer for sending and receiving Packets over a network  
org.codehaus.activemq.transport.composite A Composite Pattern implementation of TransportChannel allowing a client to connect randomly to one of a number of possible destinations, cycling through them until a connection is established. 
org.codehaus.activemq.transport.ember An implementation of the transport layer using EmberIO for efficient NIO  
org.codehaus.activemq.transport.gnet An implementation of the transport layer using the Geronimo networking layer. 
org.codehaus.activemq.transport.http A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls. 
org.codehaus.activemq.transport.jabber   
org.codehaus.activemq.transport.jgroups An implementation of the transport layer using JGroups  
org.codehaus.activemq.transport.jrms An implementation of the transport layer using Sun's reliable multicast library  
org.codehaus.activemq.transport.jxta An implementation of the transport layer using JXTA P2PSockets for navigating firewalls and NATs  
org.codehaus.activemq.transport.multicast An implementation of the transport layer using multicast  
org.codehaus.activemq.transport.reliable   
org.codehaus.activemq.transport.tcp An implementation of the transport layer using TCP/IP sockets  
org.codehaus.activemq.transport.udp An implementation of the transport layer using UDP  
org.codehaus.activemq.transport.vm An implementation of the transport layer using intra-JVM communication  
org.codehaus.activemq.transport.xstream   
org.codehaus.activemq.transport.zeroconf A discovery agent using Zeroconf via the jmDNS library  
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ConsumerInfo
          Describes a Message consumer
MessageAcknowledge
          Called when a Message is Acknowledged
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
PacketListener
          Listener for Packets
ProducerInfo
          Denotes life cycle infomation for a Producer of messages
Receipt
          Sent in receipt of a Packet
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.broker
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ActiveMQXid
           A ActiveMQXid object holds the distributed transaction id that is passed around in an ActiveMQ system.
BrokerInfo
          Information about a connected Broker
ConnectionInfo
          Describes a Connection
ConsumerInfo
          Describes a Message consumer
DurableUnsubscribe
          Command to remove a Durable Subscription
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
ProducerInfo
          Denotes life cycle infomation for a Producer of messages
SessionInfo
          Denotes an object that can be serialized/deserailized using a Packet Reader/Writer
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.broker.impl
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ActiveMQXid
           A ActiveMQXid object holds the distributed transaction id that is passed around in an ActiveMQ system.
BrokerInfo
          Information about a connected Broker
ConnectionInfo
          Describes a Connection
ConsumerInfo
          Describes a Message consumer
DurableUnsubscribe
          Command to remove a Durable Subscription
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
PacketListener
          Listener for Packets
ProducerInfo
          Denotes life cycle infomation for a Producer of messages
SessionInfo
          Denotes an object that can be serialized/deserailized using a Packet Reader/Writer
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.filter
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.gbean
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.message
AbstractPacket
          Abstract class for a transportable Packet
AbstractPacketReader
          Allows instances implementing Packet interface to be deserailized
AbstractPacketWriter
          Allows instances implementing Packet interface to be serailized/deserailized
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ActiveMQMessageReader
          Writes a ProducerInfo object to a Stream
ActiveMQMessageWriter
          Writes a ProducerInfo object to a Stream
ActiveMQQueue
          A Queue object encapsulates a provider-specific queue name.
ActiveMQTopic
          A Topic object encapsulates a provider-specific topic name.
ActiveMQXid
           A ActiveMQXid object holds the distributed transaction id that is passed around in an ActiveMQ system.
MessageAcknowledge
          Called when a Message is Acknowledged
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
PacketReader
          Allows instances implementing Packet to read from a DataOutputStream
PacketWriter
          Allows instances implementing Packet to written to a DataOutput
Receipt
          Sent in receipt of a Packet
ReceiptReader
          Reads a ConsumerInfo object from a Stream
ReceiptWriter
          Writes a ConsumerInfo object to a Stream
TransactionType
           
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.message.util
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.ra
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.security
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ConnectionInfo
          Describes a Connection
ConsumerInfo
          Describes a Message consumer
ProducerInfo
          Denotes life cycle infomation for a Producer of messages
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.service
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ActiveMQXid
           A ActiveMQXid object holds the distributed transaction id that is passed around in an ActiveMQ system.
ConsumerInfo
          Describes a Message consumer
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.service.boundedvm
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ConsumerInfo
          Describes a Message consumer
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.service.impl
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ActiveMQXid
           A ActiveMQXid object holds the distributed transaction id that is passed around in an ActiveMQ system.
ConsumerInfo
          Describes a Message consumer
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.store
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ActiveMQXid
           A ActiveMQXid object holds the distributed transaction id that is passed around in an ActiveMQ system.
ConsumerInfo
          Describes a Message consumer
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.store.bdb
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ActiveMQXid
           A ActiveMQXid object holds the distributed transaction id that is passed around in an ActiveMQ system.
ConsumerInfo
          Describes a Message consumer
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.store.cache
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ConsumerInfo
          Describes a Message consumer
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.store.howl
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.store.jdbc
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ActiveMQXid
           A ActiveMQXid object holds the distributed transaction id that is passed around in an ActiveMQ system.
ConsumerInfo
          Describes a Message consumer
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.store.jdbc.adapter
ActiveMQXid
           A ActiveMQXid object holds the distributed transaction id that is passed around in an ActiveMQ system.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.store.jdbm
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ActiveMQXid
           A ActiveMQXid object holds the distributed transaction id that is passed around in an ActiveMQ system.
ConsumerInfo
          Describes a Message consumer
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.store.journal
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
DefaultWireFormat
          Default implementation used for Java-Java protocols.
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.store.vm
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ActiveMQXid
           A ActiveMQXid object holds the distributed transaction id that is passed around in an ActiveMQ system.
ConsumerInfo
          Describes a Message consumer
MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
ConsumerInfo
          Describes a Message consumer
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
PacketListener
          Listener for Packets
Receipt
          Sent in receipt of a Packet
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.composite
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
PacketListener
          Listener for Packets
Receipt
          Sent in receipt of a Packet
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.ember
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.gnet
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.http
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
TextWireFormat
          Represents a text based WireFormat such as one that uses XML packets like the XStreamWireFormat or the JabberWireFormat
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.jabber
ActiveMQBytesMessage
          A BytesMessage object is used to send a message containing a stream of uninterpreted bytes.
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ActiveMQObjectMessage
          An ObjectMessage object is used to send a message that contains a serializable object in the Java programming language ("Java object").
ActiveMQTextMessage
          A TextMessage object is used to send a message containing a java.lang.String.
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.jgroups
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.jrms
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.jxta
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.multicast
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.reliable
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
PacketListener
          Listener for Packets
Receipt
          Sent in receipt of a Packet
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.tcp
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.udp
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.vm
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
PacketListener
          Listener for Packets
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.xstream
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
TextWireFormat
          Represents a text based WireFormat such as one that uses XML packets like the XStreamWireFormat or the JabberWireFormat
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 

Classes in org.codehaus.activemq.message used by org.codehaus.activemq.transport.zeroconf
WireFormat
          Represents a strategy of encoding packets on the wire or on disk using some kind of serialization or wire format.
 



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