Skip to content

Interface: AMQPAdapterConfiguration

Describes the shape of the object used to configure the AMQP adapter.

Properties

PropertyTypeDescription
enforceEnqueueSequence?booleanEnforce the enqueueing sequence of jobs Default true Remarks If true, when multiple jobs are enqueued via the same function call, there will be a delay of 10ms for each job after the first one. This is to ensure that the jobs are enqueued in the order they were passed.
exchangestringName of the Exchange which will be used for publishing and receiving events. Remarks Cannot be the AMQP default or reserved exchange names.
host| AMQPUrl | AMQPClientOptionsObjectThe host to connect to. This can be a URL string or an object with connection options.
tlsOptions?AMQPTlsOptionsThe optional TLS options for the connection.