We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dde0115 + 7330139 commit 0ca99f9Copy full SHA for 0ca99f9
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>de.rub.nds</groupId>
6
<artifactId>protocol-toolkit-bom</artifactId>
7
- <version>4.1.1</version>
+ <version>4.4.0</version>
8
</parent>
9
10
<artifactId>crawler-core</artifactId>
src/main/java/de/rub/nds/crawler/orchestration/RabbitMqOrchestrationProvider.java
@@ -45,8 +45,6 @@ public class RabbitMqOrchestrationProvider implements IOrchestrationProvider {
45
46
static {
47
// set TTLs such that queues are deleted if no consumer is registered
48
- // https://www.rabbitmq.com/ttl.html#queue-ttl
49
- SCAN_JOB_QUEUE_PROPERTIES.put("x-expires", 1000 * 60 * 60);
50
DONE_NOTIFY_QUEUE_PROPERTIES.put("x-expires", 1000 * 60 * 5);
51
}
52
0 commit comments