ttshivers

Results 15 issues of ttshivers

Document blocked join requests

An explicitly canceled consumer through `cancelConsumer` is reapplied on connection reconnection since the setup method is ran again which registers the subscribers again.

rabbitmq

The old consumer tags are not cleaned up when the connection/channel disconnects. If a consumer tag is not provided in the options, a new randomly generated one is used if...

rabbitmq

Allow specifying the exchange name per routingKey in RabbitSubscribe to allow or binding the queue to routing keys from multiple exchanges

enhancement
rabbitmq

It would be neat to be able to customize the deserializer per subscriber/handler instead of once globally.

enhancement
rabbitmq