Class Message
  
  
  
  
    Inheritance
    System.Object
    
    
    Message
      
   
  
    Implements
    
    
    
    
    System.ICloneable
   
  
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
   
  
  Assembly: Apache.NMS.ActiveMQ.dll
  Syntax
  
    public class Message : BaseCommand, Command, DataStructure, MessageReference, MarshallAware, ICloneable
   
  Fields
  
  
    |
    Improve this Doc
  
  
    View Source
  
  DEFAULT_MINIMUM_MESSAGE_SIZE
  
  
  Declaration
  
    public const int DEFAULT_MINIMUM_MESSAGE_SIZE = 1024
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  ID_MESSAGE
  
  
  Declaration
  
    public const byte ID_MESSAGE = 0
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Byte |  | 
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Arrival
  
  
  Declaration
  
    public long Arrival { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int64 |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  BrokerInTime
  
  
  Declaration
  
    public long BrokerInTime { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int64 |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  BrokerOutTime
  
  
  Declaration
  
    public long BrokerOutTime { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int64 |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  BrokerPath
  
  
  Declaration
  
    public BrokerId[] BrokerPath { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Cluster
  
  
  Declaration
  
    public BrokerId[] Cluster { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Compressed
  
  
  Declaration
  
    public bool Compressed { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Content
  
  
  Declaration
  
    public byte[] Content { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Byte[] |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CorrelationId
  
  
  Declaration
  
    public string CorrelationId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DataStructure
  
  
  Declaration
  
    public DataStructure DataStructure { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Destination
  
  
  Declaration
  
    public ActiveMQDestination Destination { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Droppable
  
  
  Declaration
  
    public bool Droppable { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Expiration
  
  
  Declaration
  
    public long Expiration { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int64 |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GroupID
  
  
  Declaration
  
    public string GroupID { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GroupSequence
  
  
  Declaration
  
    public int GroupSequence { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IsMessage
  
  
  Declaration
  
    public override bool IsMessage { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  JMSXGroupFirstForConsumer
  
  
  Declaration
  
    public bool JMSXGroupFirstForConsumer { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  MarshalledProperties
  
  
  Declaration
  
    public byte[] MarshalledProperties { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Byte[] |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  MessageId
  
  
  Declaration
  
    public MessageId MessageId { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  OriginalDestination
  
  
  Declaration
  
    public ActiveMQDestination OriginalDestination { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  OriginalTransactionId
  
  
  Declaration
  
    public TransactionId OriginalTransactionId { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Persistent
  
  
  Declaration
  
    public bool Persistent { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Priority
  
  
  Declaration
  
    public byte Priority { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Byte |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ProducerId
  
  
  Declaration
  
    public ProducerId ProducerId { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ReadOnlyBody
  
  
  Declaration
  
    public virtual bool ReadOnlyBody { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ReadOnlyProperties
  
  
  Declaration
  
    public virtual bool ReadOnlyProperties { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  RecievedByDFBridge
  
  
  Declaration
  
    public bool RecievedByDFBridge { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  RedeliveryCounter
  
  
  Declaration
  
    public int RedeliveryCounter { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ReplyTo
  
  
  Declaration
  
    public ActiveMQDestination ReplyTo { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TargetConsumerId
  
  
  Declaration
  
    public ConsumerId TargetConsumerId { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Timestamp
  
  
  Declaration
  
    public long Timestamp { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int64 |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TransactionId
  
  
  Declaration
  
    public TransactionId TransactionId { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Type
  
  
  Declaration
  
    public string Type { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  UserID
  
  
  Declaration
  
    public string UserID { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Clone()
  
  
  Declaration
  
    public override object Clone()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Object |  | 
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetDataStructureType()
  
  
  Declaration
  
    public override byte GetDataStructureType()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Byte |  | 
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IsExpired()
  
  
  Declaration
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  OnMessageRollback()
  
  
  Declaration
  
    public virtual void OnMessageRollback()
   
  
    |
    Improve this Doc
  
  
    View Source
  
  
  OnSend()
  
  
  Declaration
  
    public virtual void OnSend()
   
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Size()
  
  
  Declaration
  
    public virtual int Size()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Visit(ICommandVisitor)
  
  
  Declaration
  
    public override Response Visit(ICommandVisitor visitor)
   
  Parameters
  
  Returns
  
  Overrides
  
  Implements
  
  
  
  
  
      System.ICloneable