Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Consumer Tag #47

@ne0c0de

Description

@ne0c0de

Hi

I would like to consider about use rabbitmq-cli-consumer as my consumer manager because i have RabbitMQ pool that have 200+ consumers on a single server.

But i need to be able to set a Consumer Tag on RabbitMQ when a consumer connects to it.

I just checked /consumer/consumer.go file and saw that on 38. line the consumer tag was passed as empty string like:

msgs, err := c.Channel.Consume(c.Queue, "", false, false, false, false, nil)

If it's possible to put a consumer tag via config or as a parameter would be perfect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions