Show / Hide Table of Contents

    Class ActiveMQBlobMessage

    Inheritance
    System.Object
    BaseDataStructure
    BaseCommand
    Message
    ActiveMQMessage
    ActiveMQBlobMessage
    Implements
    Command
    DataStructure
    MessageReference
    System.ICloneable
    Apache.NMS.IMessage
    MarshallAware
    Inherited Members
    ActiveMQMessage.ID_ACTIVEMQMESSAGE
    ActiveMQMessage.Acknowledger
    ActiveMQMessage.Transform(IMessage)
    ActiveMQMessage.GetHashCode()
    ActiveMQMessage.Clone()
    ActiveMQMessage.Equals(Object)
    ActiveMQMessage.Equals(ActiveMQMessage)
    ActiveMQMessage.Acknowledge()
    ActiveMQMessage.ClearBody()
    ActiveMQMessage.ClearProperties()
    ActiveMQMessage.FailIfReadOnlyBody()
    ActiveMQMessage.FailIfWriteOnlyBody()
    ActiveMQMessage.ReadOnlyProperties
    ActiveMQMessage.Properties
    ActiveMQMessage.FromDestination
    ActiveMQMessage.Connection
    ActiveMQMessage.NMSCorrelationID
    ActiveMQMessage.NMSDestination
    ActiveMQMessage.NMSTimeToLive
    ActiveMQMessage.NMSMessageId
    ActiveMQMessage.NMSDeliveryMode
    ActiveMQMessage.NMSPriority
    ActiveMQMessage.NMSRedelivered
    ActiveMQMessage.NMSReplyTo
    ActiveMQMessage.NMSTimestamp
    ActiveMQMessage.NMSType
    ActiveMQMessage.NMSXDeliveryCount
    ActiveMQMessage.NMSXGroupID
    ActiveMQMessage.NMSXGroupSeq
    ActiveMQMessage.NMSXProducerTXID
    ActiveMQMessage.GetObjectProperty(String)
    ActiveMQMessage.SetObjectProperty(String, Object)
    ActiveMQMessage.IsMarshallAware()
    ActiveMQMessage.BeforeMarshall(OpenWireFormat)
    ActiveMQMessage.Visit(ICommandVisitor)
    Message.ID_MESSAGE
    Message.DEFAULT_MINIMUM_MESSAGE_SIZE
    Message.ToString()
    Message.Size()
    Message.OnSend()
    Message.OnMessageRollback()
    Message.IsExpired()
    Message.ProducerId
    Message.Destination
    Message.TransactionId
    Message.OriginalDestination
    Message.MessageId
    Message.OriginalTransactionId
    Message.GroupID
    Message.GroupSequence
    Message.CorrelationId
    Message.Persistent
    Message.Expiration
    Message.Priority
    Message.ReplyTo
    Message.Timestamp
    Message.Type
    Message.Content
    Message.MarshalledProperties
    Message.DataStructure
    Message.TargetConsumerId
    Message.Compressed
    Message.RedeliveryCounter
    Message.BrokerPath
    Message.Arrival
    Message.UserID
    Message.RecievedByDFBridge
    Message.Droppable
    Message.Cluster
    Message.BrokerInTime
    Message.BrokerOutTime
    Message.JMSXGroupFirstForConsumer
    Message.ReadOnlyBody
    Message.IsMessage
    BaseCommand.CommandId
    BaseCommand.GetDataStructureTypeAsString(Int32)
    BaseCommand.IsBrokerInfo
    BaseCommand.IsConnectionControl
    BaseCommand.IsConnectionInfo
    BaseCommand.IsConnectionError
    BaseCommand.IsConsumerControl
    BaseCommand.IsConsumerInfo
    BaseCommand.IsControlCommand
    BaseCommand.IsDestinationInfo
    BaseCommand.IsFlushCommand
    BaseCommand.IsKeepAliveInfo
    BaseCommand.IsMessageAck
    BaseCommand.IsMessageDispatch
    BaseCommand.IsMessageDispatchNotification
    BaseCommand.IsMessagePull
    BaseCommand.IsProducerAck
    BaseCommand.IsProducerInfo
    BaseCommand.IsRemoveInfo
    BaseCommand.IsRemoveSubscriptionInfo
    BaseCommand.IsReplayCommand
    BaseCommand.IsResponse
    BaseCommand.IsSessionInfo
    BaseCommand.IsShutdownInfo
    BaseCommand.IsTransactionInfo
    BaseCommand.IsWireFormatInfo
    BaseCommand.ResponseRequired
    BaseDataStructure.AfterMarshall(OpenWireFormat)
    BaseDataStructure.BeforeUnmarshall(OpenWireFormat)
    BaseDataStructure.AfterUnmarshall(OpenWireFormat)
    BaseDataStructure.SetMarshalledForm(OpenWireFormat, Byte[])
    BaseDataStructure.GetMarshalledForm(OpenWireFormat)
    BaseDataStructure.HashCode(Object)
    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 ActiveMQBlobMessage : ActiveMQMessage, Command, DataStructure, MessageReference, ICloneable, IMessage, MarshallAware

    Fields

    | Improve this Doc View Source

    ID_ACTIVEMQBLOBMESSAGE

    Declaration
    public const byte ID_ACTIVEMQBLOBMESSAGE = 29
    Field Value
    Type Description
    System.Byte

    Properties

    | Improve this Doc View Source

    DeletedByBroker

    Declaration
    public bool DeletedByBroker { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    MimeType

    Declaration
    public string MimeType { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    RemoteBlobUrl

    Declaration
    public string RemoteBlobUrl { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    GetDataStructureType()

    Declaration
    public override byte GetDataStructureType()
    Returns
    Type Description
    System.Byte
    Overrides
    ActiveMQMessage.GetDataStructureType()

    Implements

    Command
    DataStructure
    MessageReference
    System.ICloneable
    Apache.NMS.IMessage
    MarshallAware
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX