Skip to content
linsen edited this page May 29, 2020 · 13 revisions

1. General Queue

Support for RabbitMQ and the other Message queue based amqp2.0 protocal .

2. Configuration

application.conf

bool enabled = false;
string host = "127.0.0.1";
string username = "guest";
string password = "guest";
ushort port = 5672;
uint timeout = 15000;
Clone this wiki locally