Class ActiveMQMapMessage
Implements
System.ICloneable
Apache.NMS.IMapMessage
Apache.NMS.IMessage
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Apache.NMS.ActiveMQ.Commands
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class ActiveMQMapMessage : ActiveMQMessage, Command, DataStructure, MessageReference, ICloneable, MarshallAware, IMapMessage, IMessage
Fields
| Improve this Doc View SourceID_ACTIVEMQMAPMESSAGE
Declaration
public const byte ID_ACTIVEMQMAPMESSAGE = 25
Field Value
Type | Description |
---|---|
System.Byte |
Properties
| Improve this Doc View SourceBody
Declaration
public IPrimitiveMap Body { get; }
Property Value
Type | Description |
---|---|
Apache.NMS.IPrimitiveMap |
ReadOnlyBody
Declaration
public override bool ReadOnlyBody { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
| Improve this Doc View SourceBeforeMarshall(OpenWireFormat)
Declaration
public override void BeforeMarshall(OpenWireFormat wireFormat)
Parameters
Type | Name | Description |
---|---|---|
OpenWireFormat | wireFormat |
Overrides
| Improve this Doc View SourceClearBody()
Declaration
public override void ClearBody()
Overrides
| Improve this Doc View SourceGetDataStructureType()
Declaration
public override byte GetDataStructureType()
Returns
Type | Description |
---|---|
System.Byte |
Overrides
Implements
System.ICloneable
Apache.NMS.IMapMessage
Apache.NMS.IMessage