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"}
|
||||
Reference in New Issue
Block a user