Skip to content

Add option to make queue part of RabbitMQ transaction names #3421

@Cortana7

Description

@Cortana7

Is your feature request related to a problem?

It is possible to have multiple Events which are sent to the same exchange.
Therefore it may be difficult to distinguish the transactions if the exchange is used as part of the name.

Describe the solution you'd like

As a solution it would be great to have a configuration option, so that it is possible to use the queue as a part of the transaction name instead of the exchange.

Additional context

There is a similair feature request from @JonasKunz in the issue #3415
With the difference, that he would like to use routing key as part of the name.
He proposed an enum-like configuration option (e.g. rabbitmq_naming_mode).
This would fit very well as it could then be extended to have 3 modes (exchange, queue and routing-key).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions