Skip to main content
deleted 11 characters in body; edited title
Source Link
jonrsharpe
  • 123.3k
  • 31
  • 277
  • 488

How can i setupI set up RabbitMQ in Dotnet.NET Minimal Web ApiAPI to then be able to use it in my services?

I want use AMQPAMQP connection string. I want to create a single shared connection (and channel per app lifetime to avoid resource exhaustion.

Thanks

How can i setup RabbitMQ in Dotnet Minimal Web Api to then be able to use it in my services?

I want use AMQP connection string. I want to create a single shared connection (and channel per app lifetime to avoid resource exhaustion.

Thanks

How can I set up RabbitMQ in .NET Minimal Web API to then be able to use it in my services?

I want use AMQP connection string. I want to create a single shared connection (and channel per app lifetime to avoid resource exhaustion.

Source Link
J4K0b
  • 33
  • 3

How can i setup RabbitMQ in Dotnet Minimal Web Api to then be able to use it in my services?

I want use AMQP connection string. I want to create a single shared connection (and channel per app lifetime to avoid resource exhaustion.

Thanks