Add the rabbitmq module
This commit is contained in:
14
rabbitmq/docs/output/dead-letter.txt
Normal file
14
rabbitmq/docs/output/dead-letter.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
=== x-death after basicNack(requeue=false) ===
|
||||
reason rejected
|
||||
count 1
|
||||
exchange
|
||||
time Sat Aug 29 09:55:45 IST 2026
|
||||
routing-keys [orders.work]
|
||||
queue orders.work
|
||||
=== x-death after x-message-ttl expiry ===
|
||||
reason expired
|
||||
count 1
|
||||
exchange
|
||||
time Sat Aug 29 09:55:47 IST 2026
|
||||
routing-keys [orders.ttl]
|
||||
queue orders.ttl
|
||||
2
rabbitmq/docs/output/precondition-failed.txt
Normal file
2
rabbitmq/docs/output/precondition-failed.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
=== redeclaring orders.ttl with x-message-ttl=9999 ===
|
||||
java.io.IOException | null | channel error; protocol method: #method<channel.close>(reply-code=406, reply-text=PRECONDITION_FAILED - inequivalent arg 'x-message-ttl' for queue 'orders.ttl' in vhost '/': received '9999' but current is '1500', class-id=50, method-id=10) | channel error; protocol method: #method<channel.close>(reply-code=406, reply-text=PRECONDITION_FAILED - inequivalent arg 'x-message-ttl' for queue 'orders.ttl' in vhost '/': received '9999' but current is '1500', class-id=50, method-id=10) |
|
||||
4
rabbitmq/docs/output/requeue-loop.txt
Normal file
4
rabbitmq/docs/output/requeue-loop.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
=== basicNack(requeue=true), 200 attempts ===
|
||||
redelivered 199 times
|
||||
dead-lettered 0
|
||||
still on queue 1
|
||||
3
rabbitmq/docs/output/tests.txt
Normal file
3
rabbitmq/docs/output/tests.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.178 s -- in com.ankurm.rabbit.TopologyTrapsTest
|
||||
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.797 s -- in com.ankurm.rabbit.DeadLetterTest
|
||||
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.511 s -- in com.ankurm.rabbit.RoutingTest
|
||||
7
rabbitmq/docs/output/topic-wildcards.txt
Normal file
7
rabbitmq/docs/output/topic-wildcards.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
=== topic exchange ===
|
||||
routing key orders.eu orders.high note
|
||||
order.eu.high true true matches both
|
||||
order.eu.low true false matches order.eu.* only
|
||||
order.us.high false true matches order.#.high only
|
||||
order.eu.west.high false true matches order.#.high only - * is one word
|
||||
order.high false true matches order.#.high - # can be zero words
|
||||
5
rabbitmq/docs/output/unroutable.txt
Normal file
5
rabbitmq/docs/output/unroutable.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
=== returned message ===
|
||||
replyCode 312
|
||||
replyText NO_ROUTE
|
||||
exchange orders.direct
|
||||
routingKey amend
|
||||
Reference in New Issue
Block a user