Show / Hide Table of Contents

    Interface IMapMessage

    Represents a Map message which contains key and value pairs which are of primitive types

    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
    Namespace: Apache.NMS
    Assembly: Apache.NMS.dll
    Syntax
    public interface IMapMessage : IMessage

    Properties

    Body

    Declaration
    IPrimitiveMap Body { get; }
    Property Value
    Type Description
    IPrimitiveMap
    Back to top Copyright © 2005-2019 Apache Software Foundation project
    Generated by DocFX