Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.99 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.99 KB

.NET 6 Demo

now running on .NET 6 RC1

  • Custom RabbitMQ ILogger Provider
  • RabbitMQ.Client Publish
  • RabbitMQ.Client Consume

Custom RabbitMQ ILogger Provider

Check blog if you want.


RabbitMQ.Client Publish

Test publish in controller

  • LogInformation [here]
  • LogError [here]

RabbitMQ.Client Consume

I am lazy to create frontend to read consumed queue, so use background worker, write in console.

You can join those in one worker if you only have one.


Result

img

img

img