Hierarchy (View Summary)

Constructors

Accessors

Methods

Constructors

  • Creates an instance of AMQP Container

    Parameters

    • options: ConnectionOptions

      Connection options

    Returns Receiver

Accessors

  • get client(): Receiver
  • Return the underlying AMQP receiver

    Returns Receiver

  • get state(): boolean
  • Return the port state as a boolean value, true if the port is available, false in otherwise

    Returns boolean

Methods

  • Perform the connection to the AMQP broker and the creation of the receiver

    Returns Promise<void>

  • Perform the disconnection from the AMQP broker

    Returns Promise<void>