ZARabbitMQ
ZARabbitMQ is a simple rabbit implement. Startup.cs: services.AddSingleton<IRabbitPublish, RabbitManager>(); // To publish message in rabbit. services.AddSingleton<IRabbitConsumer, RabbitManager>(); // To consumer message in rabbit. appsetting.json: "RabbitSend": "All", // All, Consumer or Publish "RabbitOptionsConsumer": { "UserName": "{rabbit_user}", "Password": "{rabbit_password}", "ClientName": "{publish_name} or {consumer_name}", "HostName": "{rabbit_hostname}", "VHost": "{rabbit_virtual_host}", "Port": {rabbit_port}, "Debug": false // For default is false }, "RabbitExchangeOptionsConsumer": { "QueueName": "{queue_name}", "RoutingKey": "{routing_name}", "Exchange": "{exchange_name}", "Persistent": true }, "RabbitOptionsPublish": { "UserName": "{rabbit_user}", "Password": "{rabbit_password}", "ClientName": "{publish_name} or {consumer_name}", "HostName": "{rabbit_hostname}", "VHost": "{rabbit_virtual_host}", "Port": {rabbit_port}, "Debug": false // For default is false }, "RabbitExchangeOptionsPublish": { "QueueName": "{queue_name}", "RoutingKey": "{routing_name}", "Exchange": "{exchange_name}", "Persistent": true }
Activity
- Latest release
- 2y ago
- Total releases
- 10
- Cadence
- ~daily
- Last 12 months
- 0
Details
- First release
- Jun 21, 2022
| Version | Released | |
|---|---|---|
2.0.4
patch
|
2.0.4
patch
Dependencies (6)
|
|
2.0.3
patch
|
2.0.3
patch
Dependencies (6)
|
|
2.0.2
patch
|
2.0.2
patch
Dependencies (6)
|
|
2.0.1
patch
|
2.0.1
patch
Dependencies (6)
|
|
2.0.0
major
|
2.0.0
major
Dependencies (6)
|
|
1.1.3
patch
|
1.1.3
patch
Dependencies (6)
|
|
1.1.2
patch
|
1.1.2
patch
Dependencies (6)
|
|
1.1.1
patch
|
1.1.1
patch
Dependencies (5)
|
|
1.1.0
minor
|
1.1.0
minor
Dependencies (5)
|
|
1.0.0
initial
|
1.0.0
initial
Dependencies (5)
|