Share via


AmqpMessageSection Enum

Definition

public enum AmqpMessageSection
type AmqpMessageSection = 
Public Enum AmqpMessageSection
Inheritance
AmqpMessageSection

Fields

ApplicationProperties 4

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

Body 5

The body of the message, representing one specific AmqpMessageBodyType sections.

DeliveryAnnotations 1

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

6

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

Header 0

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

MessageAnnotations 2

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

Properties 3

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

Applies to