Show / Hide Table of Contents

    Interface IObjectMessage

    Represents an Object message which contains a serializable .Net object.

    Inherited Members
    IMessage.Acknowledge()
    IMessage.ClearBody()
    IMessage.ClearProperties()
    IMessage.Properties
    IMessage.NMSCorrelationID
    IMessage.NMSDestination
    IMessage.NMSTimeToLive
    IMessage.NMSMessageId
    IMessage.NMSDeliveryMode
    IMessage.NMSPriority
    IMessage.NMSRedelivered
    IMessage.NMSReplyTo
    IMessage.NMSTimestamp
    IMessage.NMSType
    IMessage.NMSDeliveryTime
    IMessage.NMSCorrelationIDAsBytes
    IMessage.NMSExpiration
    IMessage.GetBody<T>()
    IMessage.IsBodyAssignableTo<T>()
    Namespace: Apache.NMS
    Assembly: Apache.NMS.dll
    Syntax
    public interface IObjectMessage : IMessage

    Properties

    | Improve this Doc View Source

    Body

    Declaration
    object Body { get; set; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    Back to top Copyright © 2005-2023 Apache Software Foundation project
    Generated by DocFX