Uses of Interface
org.activemq.message.BodyPacket

Packages that use BodyPacket
org.activemq.message Message implementations  
 

Uses of BodyPacket in org.activemq.message
 

Classes in org.activemq.message that implement BodyPacket
 class ActiveMQBytesMessage
          A BytesMessage object is used to send a message containing a stream of uninterpreted bytes.
 class ActiveMQMapMessage
          A MapMessage object is used to send a set of name-value pairs.
 class ActiveMQMessage
          The Message interface is the root interface of all JMS messages.
 class ActiveMQObjectMessage
          An ObjectMessage object is used to send a message that contains a serializable object in the Java programming language ("Java object").
 class ActiveMQStreamMessage
          A StreamMessage object is used to send a stream of primitive types in the Java programming language.
 class ActiveMQTextMessage
          A TextMessage object is used to send a message containing a java.lang.String.
 class CachedValue
          Sent in receipt of a Packet
 class MessageAck
          Denotes an object that can be serialized/deserailized using a PacketReader/PacketWriter
 



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