|
|||||||||
Home >> All >> org >> activemq >> [ message overview ] | PREV PACKAGE NEXT PACKAGE |
Package org.activemq.message
Interface Summary | |
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 |
PacketListener | Listener for Packets |
TransactionType |
Class Summary | |
AbstractPacket | Abstract class for a transportable Packet |
ActiveMQBytesMessage | A BytesMessage object is used to send a message containing a stream of uninterpreted bytes. |
ActiveMQBytesMessageTest | To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments |
ActiveMQDestination | A Destination object encapsulates a provider-specific
address. |
ActiveMQDestinationTest | |
ActiveMQMapMessage | A MapMessage object is used to send a set of name-value pairs. |
ActiveMQMapMessageTest | To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments |
ActiveMQMessage | The Message interface is the root interface of all JMS
messages. |
ActiveMQMessageTest | To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments |
ActiveMQObjectMessage | An ObjectMessage object is used to send a message that contains
a serializable object in the Java programming language ("Java object"). |
ActiveMQObjectMessageTest | |
ActiveMQQueue | A Queue object encapsulates a provider-specific queue name. |
ActiveMQStreamMessage | A StreamMessage object is used to send a stream of primitive
types in the Java programming language. |
ActiveMQStreamMessageTest | To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments |
ActiveMQTemporaryQueue | A TemporaryQueue object is a unique Queue object
created for the duration of a Connection . |
ActiveMQTemporaryTopic | A TemporaryTopic object is a unique Topic object
created for the duration of a Connection . |
ActiveMQTextMessage | A TextMessage object is used to send a message containing a
java.lang.String . |
ActiveMQTextMessageTest | To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments |
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. |
ActiveMQXidTest | |
BrokerAdminCommand | Describes a Message consumer |
BrokerInfo | Information about a connected Broker |
CachedValue | Sent in receipt of a Packet |
CapacityInfo | Infomation about the Capacity for more messages for a Connection/Broker |
CapacityInfoRequest | Request nfomation about the Capacity for more messages for a Connection/Broker |
CleanupConnectionInfo | Denotes an object that can be serialized/deserailized using a Packet Reader/Writer |
ConnectionInfo | Describes a Connection |
ConsumerInfo | Describes a Message consumer |
DurableUnsubscribe | Command to remove a Durable Subscription |
IntResponseReceipt | A receipt that also carries a reponse object. |
KeepAlive | Keep-alive packet which holds not information and is only intended to keep connections from being idle. |
MessageAck | Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter |
PackageFacadeTest | |
PacketFacade | A helper class for using Packet instances with object serialization |
PacketTestSupport | |
ProducerInfo | Denotes life cycle infomation for a Producer of messages |
Receipt | Sent in receipt of a Packet |
ReceiptHolder | ReceiptHolder is a utility class used for waiting for receipts from Packets sent to the broker |
ResponseReceipt | A receipt that also carries a response object. |
SessionInfo | Denotes an object that can be serialized/deserailized using a Packet Reader/Writer |
SessionInfoTest | |
TransactionInfo | Provides a infomation about a Transaction |
WireFormatInfo | Describes a Connection |
XATransactionInfo | Provides a infomation about an XA Transaction |
|
|||||||||
Home >> All >> org >> activemq >> [ message overview ] | PREV PACKAGE NEXT PACKAGE |