Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 234 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 234 Bytes

RabbitmqPractice

Practice how RabbitMQ works

  • Created Sample RabbitMQ Producer API controller and publish /send the message to it using Swagger url.
  • Created Sample Client/Consumer to accept the message published from above step.