AmqpChannel represents the channel created on the AMQP connection to the server. Declaring of exchanges, queues, binding queues to exchanges, sending and receiving messages and transactions are handled using methods on this class.

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

Syntax

Visual Basic
Public Class AmqpChannel
C#
public class AmqpChannel
Visual C++
public ref class AmqpChannel

Inheritance Hierarchy

System..::..Object
  Kaazing.AMQP..::..AmqpChannel

See Also