rebus-org / Rebus.RabbitMq

:bus: RabbitMQ transport for Rebus
https://mookid.dk/category/rebus
Other
65 stars 45 forks source link

Specifying a consumer tag #112

Closed savissimo closed 6 months ago

savissimo commented 10 months ago

I have found no way to specify a custom consumer tag. Client properties are cool, but a consumer tag would help identifying the consumer in a more immediate way.

Since consumer tags must be unique, the user could specify a prefix (say myApp) and the actual consumer would append a random string (myApp-f88efnax).

If you wish, I could take care of the changes myself.

mookid8000 commented 10 months ago

Oh, I wasn't familiar with the concept of consumer tags. Sounds like it would be fairly straightforward to add in a way similar to how client properties are added.

Would be lovely with a PR 🙂

mookid8000 commented 6 months ago

Fixed by you in #115 😉 - out as Rebus.RabbitMq 9.3.0 on NuGet.org now 🙂