Click or drag to resize

AmqpUtilitiesMessagePreview Method

Returns the first x characters of the payload of an AMQP message, assuming UTF8 encoding

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public static string MessagePreview(
	Message message,
	int count = 200
)

Parameters

message  Message
The AMQP message to decode
count  Int32  (Optional)
The number of characters to return. Defaults to 200

Return Value

String
A string containing the first x characters of the AMQP message payload
See Also