mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
MaxPublishBatchSize must be set, but MaxQueueSize can be set to 0 to disable check of the rabbitmq queue size
12 lines
251 B
JSON
12 lines
251 B
JSON
{
|
|
"RabbitMqConfiguration": {
|
|
"Host": "localhost",
|
|
"Username": "guest",
|
|
"Password": "guest",
|
|
"QueueName": "test-queue",
|
|
"Durable": true,
|
|
"MaxQueueSize": 0,
|
|
"MaxPublishBatchSize": 1,
|
|
"PublishIntervalInSeconds": 10
|
|
}
|
|
} |