Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RabbitMQPublisherOptions

RabbitMQ client options, most

Hierarchy

  • RabbitMQPublisherOptions

Index

Constructors

constructor

Methods

getMaxInternalQueueSize

  • getMaxInternalQueueSize(): number
  • Returns number

getReconnectAttempts

  • getReconnectAttempts(): number
  • Set the number of reconnect attempts to attempt when connecting, the null value disables it.

    Returns number

getReconnectInterval

  • getReconnectInterval(): number
  • Set the delay in milliseconds between connection retries.

    Returns number

setMaxInternalQueueSize

  • Parameters

    • maxInternalQueueSize: number

    Returns RabbitMQPublisherOptions

setReconnectAttempts

  • Set the number of reconnect attempts to attempt when connecting, the null value disables it.

    Parameters

    • reconnectAttempts: number

    Returns RabbitMQPublisherOptions

setReconnectInterval

  • Set the delay in milliseconds between connection retries.

    Parameters

    • reconnectInterval: number

    Returns RabbitMQPublisherOptions

Generated using TypeDoc