Skip to content

Add configuration parameter for max number of channels used by upstream connections #225

@chadknutson

Description

@chadknutson

For multi-node AMQP brokers, if the default broker configuration for channel_max is 0, then we would see that all downstream clients are located on the same broker node. This can result in highly uneven loading of the cluster nodes.

I propose a channel_max parameter that limits the number of downstream clients that can use the same upstream connection. This should ensure that multiple upstream connections are utilized, which should result in better distribution of downstream clients across the cluster nodes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions