The body field contains the message payload.

Namespace:  Kaazing.AMQP
Assembly:  Kaazing.AMQP (in Kaazing.AMQP.dll)

Syntax

Visual Basic
Public ReadOnly Property Body As ByteBuffer
	Get
C#
public ByteBuffer Body { get; }
Visual C++
public:
property ByteBuffer^ Body {
	ByteBuffer^ get ();
}

See Also