0

I try so do a deadletter exchange with the following setup:

FirstExchange -> FirstQueue -> SecondExchange -> SecondQueue -> ThirdExchange -> FirstQueue

The Problem is, that only a Part if this Setup is working:

FirstExchange -> FirstQueue -> SecondExchange -> SecondQueue

and this

SecondExchange -> SecondQueue -> ThirdExchange -> FirstQueue

I dont know, why only parts of this setup are working, but not the whole setup.

The Features are following:

FirstQueue

  • x-dead-letter-exchange: SecondExchange
  • x-message-ttl: 10000
  • durable: true

Second Queue

  • x-dead-letter-exchange: ThirdExchange
  • x-message-ttl: 10000
  • durable: true

I'm testing this with the management Tool of RabbitMQ.

0 Answers0