Interface: AMQPAdapterConfiguration
Describes the shape of the object used to configure the AMQP adapter.
Properties
Property | Type | Description |
---|---|---|
enforceEnqueueSequence? | boolean | Enforce 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. |
exchange | string | Name of the Exchange which will be used for publishing and receiving events. Remarks Cannot be the AMQP default or reserved exchange names. |
host | | AMQPUrl | AMQPClientOptionsObject | The host to connect to. This can be a URL string or an object with connection options. |
tlsOptions? | AMQPTlsOptions | The optional TLS options for the connection. |