Uses of Package
org.activemq.message

Packages that use org.activemq.message
org.activemq The core JMS client implementation classes 
org.activemq.advisories Helper classes for listening to advisory messages. 
org.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.activemq.broker.impl The default implementation of the JMS Broker 
org.activemq.filter Filter implementations for wildcards & JMS selectors 
org.activemq.io   
org.activemq.io.impl   
org.activemq.io.util   
org.activemq.message Message implementations 
org.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation. 
org.activemq.security.jassjacc   
org.activemq.service The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager 
org.activemq.service.boundedvm   
org.activemq.service.impl Default implementations of the services 
org.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging 
org.activemq.store.cache   
org.activemq.store.jdbc Message persistence implemented using JDBC 
org.activemq.store.jdbc.adapter Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers. 
org.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. 
org.activemq.store.vm VM based implementation of message persistence 
org.activemq.transport The transport abstraction layer for sending and receiving Packets over a network 
org.activemq.transport.activeio An implementation of the transport layer using activeio channels see http://activeio.org 
org.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.activemq.transport.jabber A transport using Jabber (XMPP) 
org.activemq.transport.multicast An implementation of the transport layer using multicast 
org.activemq.transport.reliable   
org.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc. 
org.activemq.transport.tcp An implementation of the transport layer using TCP/IP sockets 
org.activemq.transport.udp An implementation of the transport layer using UDP 
org.activemq.transport.vm An implementation of the transport layer using intra-JVM communication 
 

Classes in org.activemq.message used by org.activemq
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
ActiveMQQueue
          A Queue object encapsulates a provider-specific queue name.
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
 

Classes in org.activemq.message used by org.activemq.advisories
AbstractPacket
          Abstract class for a transportable Packet
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
ConnectionInfo
          Describes a Connection
ConsumerInfo
          Describes a Message consumer
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
ProducerInfo
          Denotes life cycle infomation for a Producer of messages
 

Classes in org.activemq.message used by org.activemq.broker
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.
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
 

Classes in org.activemq.message used by org.activemq.broker.impl
AbstractPacket
          Abstract class for a transportable Packet
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.
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
 

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

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

Classes in org.activemq.message used by org.activemq.io.impl
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
CachedValue
          Sent in receipt of a Packet
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
 

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

Classes in org.activemq.message used by org.activemq.message
AbstractPacket
          Abstract class for a transportable Packet
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
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.
BodyPacket
          Represents a polymorphic interface for any packet or message which has a body
MessageAcknowledge
          Called when a Message is Acknowledged
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
Receipt
          Sent in receipt of a Packet
TransactionType
           
 

Classes in org.activemq.message used by org.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.activemq.message used by org.activemq.security.jassjacc
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
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.activemq.message used by org.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.activemq.message used by org.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.activemq.message used by org.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
 

Classes in org.activemq.message used by org.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.activemq.message used by org.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.activemq.message used by org.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
 

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

Classes in org.activemq.message used by org.activemq.store.journal
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
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
 

Classes in org.activemq.message used by org.activemq.store.vm
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.activemq.message used by org.activemq.transport
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
ReceiptHolder
          ReceiptHolder is a utility class used for waiting for receipts from Packets sent to the broker
 

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

Classes in org.activemq.message used by org.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
ReceiptHolder
          ReceiptHolder is a utility class used for waiting for receipts from Packets sent to the broker
 

Classes in org.activemq.message used by org.activemq.transport.jabber
ActiveMQBytesMessage
          A BytesMessage object is used to send a message containing a stream of uninterpreted bytes.
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
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
 

Classes in org.activemq.message used by org.activemq.transport.multicast
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
PacketListener
          Listener for Packets
 

Classes in org.activemq.message used by org.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
ReceiptHolder
          ReceiptHolder is a utility class used for waiting for receipts from Packets sent to the broker
 

Classes in org.activemq.message used by org.activemq.transport.stomp
AbstractPacket
          Abstract class for a transportable Packet
ActiveMQDestination
          A Destination object encapsulates a provider-specific address.
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
 

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

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

Classes in org.activemq.message used by org.activemq.transport.vm
Packet
          Denotes an object that can be serialized/deserailized using a PacketReader or PacketWriter
PacketListener
          Listener for Packets
 



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