RabbitMQ.Client.Core.DependencyInjection icon indicating copy to clipboard operation
RabbitMQ.Client.Core.DependencyInjection copied to clipboard

.Net Core library-wrapper of RabbitMQ.Client for Dependency Injection.

Results 19 RabbitMQ.Client.Core.DependencyInjection issues
Sort by recently updated
recently updated
newest added

I have been using this library for a while, and let me say that it was a great help and time saver. I use the hosting service to set the...

I have such situation: Message are passed to `FirstExchange` with `some.routing.key` `FirstExchange` binds `some.routing.key` to `SecondExchange` exchange `SecondExchange` binds `some.routing.key` to queue `MyQueue`. Using code ```cs var rabbitMqSection = hostContext.Configuration.GetSection("RabbitMq");...

I'd like to request approval to include the prefetch count setting when starting queue consumers automatically. Please approve the pull request.

Sometimes argument `eventArgs.Exchange` can be empty when the exchange is not set by sending https://github.com/AntonyVorontsov/RabbitMQ.Client.Core.DependencyInjection/blob/50399b7189cbc2cdd5d27ed938bb90f573be7d04/src/RabbitMQ.Client.Core.DependencyInjection/Services/ConsumingService.cs#L120

I feel like I've searched whole documentation but have not found answer anywhere. Trying to set Consumer tag at ConsumptionExchange configration. Right now I see my consumer tag as auto...

I have struggled to find free time to develop this project due to my busy schedule and it looked like this library is frozen, but now I am going to...

enhancement
news

I Have use case where I need to consume message, make some work and push it back to other queues. The problem is that DI container have some strange behavior...

bug
enhancement

I am trying to inject a Scoped context to a Transient message handler and I am receiving an exception Example code (removed the config part) : `services.AddRabbitMqClientTransient(new RabbitMqClientOptions{}).AddProductionExchange("events.user", new RabbitMqExchangeOptions{}).AddConsumptionExchange("events.essay",...

OperationInterruptedException: The AMQP operation was interrupted: AMQP close-reason, initiated by Peer, code=406, text='PRECONDITION_FAILED - inequivalent arg 'internal' for exchange 'amq.rabbitmq.event' in vhost '/': received 'false' but current is 'true'', classId=40,...