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

Hi Anton, I would like to try to use this project under .net standard 2.0. I changed the some code for compatibility and added a new target framework. Hope that...

Hi there, I just run the Examples.Producer. It throws an exception. RabbitMQ.Client.Core.DependencyInjection.Exceptions.ProducingChannelIsNullException:“Producing channel is null. Configure IProducingService or full functional IProducingService for producing messages”. It seems the ChannelDeclarationHostedService is not...

bug
question

Hi, I have an issue with message that fail, as an error occurs when handling the payload in the code. That happening, the message is acked and requed. Is it...

Hi guys, I just found out that the ClientProvidedName property of the RabbitMqClientOptions class is not used when connecting to the Rabbit instance using SSL. So in the Management UI,...

Hello @AntonyVorontsov, I'm using this plugin - [https://github.com/rabbitmq/rabbitmq-auth-backend-oauth2](url) on server side. How do I use `RabbitMQ.Client.Core.DependencyInjection` client side nuget package to configure oauth2? please provide info for this. Thank you.

_queueService.Send("ping", "afc_topic_exchange", "") It should be allowed to send an empty routingkey。 However, it is not allowed now System.ArgumentException:“Argument routingKey is null or empty. Arg_ParamName_Name”

Hello, I recently added RabbitMQ.Client.Core.DependencyInjection project in replacement of RabbitMQ.Client. For unit testing, I need to get a specific handler from the service provider, that I have injected in my...

I would like to have possibility to run this library without creating exchanges and queues in service. I want to configure all aspects of exchanges and queues directly in RMQ....

question