Add the rabbitmq module
This commit is contained in:
22
rabbitmq/docs/output/dead-letter.txt
Normal file
22
rabbitmq/docs/output/dead-letter.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
=== x-death after basicNack(requeue=false) ===
|
||||
reason rejected
|
||||
count 1
|
||||
exchange
|
||||
time Sat Aug 29 10:30:04 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 10:30:06 IST 2026
|
||||
routing-keys [orders.ttl]
|
||||
queue orders.ttl
|
||||
=== x-death after x-max-length overflow ===
|
||||
reason maxlen
|
||||
count 1
|
||||
exchange orders.direct
|
||||
time Sat Aug 29 10:30:06 IST 2026
|
||||
routing-keys [bounded]
|
||||
queue orders.bounded
|
||||
body {"orderId":"m-1","detail":"detail for m-1"}
|
||||
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
|
||||
4
rabbitmq/docs/output/tests.txt
Normal file
4
rabbitmq/docs/output/tests.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.132 s -- in com.ankurm.rabbit.TopologyTrapsTest
|
||||
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.714 s -- in com.ankurm.rabbit.DeadLetterTest
|
||||
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in com.ankurm.rabbit.MaxLengthTest
|
||||
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.476 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