Type alias Bind

Bind: {
    bind?: boolean;
}

Type declaration

  • Optional bind?: boolean

    If set to true the client will not try to check on its consumer by issuing consumer info requests. This means that the client may not report consumer not found, etc., and will simply fail request for messages due to missed heartbeats. This option is exclusive of abort_on_missing_resource.

    This option is not valid on ordered consumers.

Generated using TypeDoc