AmqpAnnotatedMessage Class

Definition

public class AmqpAnnotatedMessage
type AmqpAnnotatedMessage = class
Public Class AmqpAnnotatedMessage
Inheritance
AmqpAnnotatedMessage

Constructors

AmqpAnnotatedMessage(AmqpMessageBody)

Initializes a new Data body AmqpAnnotatedMessage.

Properties

ApplicationProperties

Gets the application properties of the AMQP message. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-application-properties

Body

Gets or sets the body of the AMQP message. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-data

DeliveryAnnotations

Gets the delivery annotations of the AMQP message. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-delivery-annotations

Footer

Gets the footer of the AMQP message. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-footer

Header

Gets the header of the AMQP message. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-header

MessageAnnotations

Gets the message annotations of the AMQP message. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-message-annotations

Properties

Gets the properties of the AMQP message.

Methods

FromBytes(BinaryData)

Constructs a message from the AMQP binary serialized form. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#section-message-format

HasSection(AmqpMessageSection)

Determines whether the specified section is present for the AMQP message.

ToBytes()

Serializes the message into its AMQP binary form. http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#section-message-format

Applies to