We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Support for RabbitMQ and the other Message queue based amqp2.0 protocal .
application.conf
bool enabled = false; string host = "127.0.0.1"; string username = "guest"; string password = "guest"; ushort port = 5672; uint timeout = 15000;