https://github.com/nikoo-asadnejad/rabbitmqhelper
Contains a simplified methods for RabbitMQ consumer/publisher
https://github.com/nikoo-asadnejad/rabbitmqhelper
csharp csharp-library dotnet dotnet-core dotnetcore message-broker message-queue queue queues queueservices rabbit rabbit-mq rabbitmq rabbitmq-client rabbitmq-consumer rabbitmq-plugin
Last synced: 2 months ago
JSON representation
Contains a simplified methods for RabbitMQ consumer/publisher
- Host: GitHub
- URL: https://github.com/nikoo-asadnejad/rabbitmqhelper
- Owner: Nikoo-Asadnejad
- Created: 2022-12-15T04:53:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T07:46:09.000Z (over 2 years ago)
- Last Synced: 2024-12-31T22:12:07.361Z (4 months ago)
- Topics: csharp, csharp-library, dotnet, dotnet-core, dotnetcore, message-broker, message-queue, queue, queues, queueservices, rabbit, rabbit-mq, rabbitmq, rabbitmq-client, rabbitmq-consumer, rabbitmq-plugin
- Language: C#
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RabbitMQHelper
Contains a simplified methods for RabbitMQ consumer/publisher.
For either creating an exchange and sending a message to a queue,
or consuming a message and preform an action on it.