Click or drag to resize

AmqpUtilities Class

A static class containing a variety of useful helper functions related to the AMQP 1.0 protocol
Inheritance Hierarchy
SystemObject
  CFX.TransportAmqpUtilities

Namespace: CFX.Transport
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public static class AmqpUtilities

The AmqpUtilities type exposes the following members.

Methods
 NameDescription
Public methodStatic memberEnvelopeFromMessage Decodes and returns a single CFX envelope given a single AMQP Message
Public methodStatic memberEnvelopesFromMessage Decodes a list of CFX envelopes containing CFX messages given a single AMQP message
Public methodStatic memberGetCertificate Looks in the both the machine and user level certificate stores for a certificate whose subject name OR thumbprint matches the value specified by the certFindName parameter. Will throw an ArumentException if not found.
Public methodStatic memberMessageFromEnvelope Converts a CFXEnvelope into an AMQP message
Public methodStatic memberMessageFromEnvelopes Converts multiple CFXEnvelope(s) into a single AMQP message
Public methodStatic memberMessagePreview Returns the first x characters of the payload of an AMQP message, assuming UTF8 encoding
Top
See Also