Hi, does alternate exchange or dl exchange inherits routing key value? I aim to have one alternate exchange or dl exchange where would invalid messages go. With this (alternate/dl) exchange I would like to route to different queues with routing key-value binding. So far I can't route, because I lost routing key value on the 2nd (alternate/dl) exchange. Thanks.
@sammygun848 ай бұрын
Hi ! I need to create a policy in RabbitMQ that will ensure that all queues for example amq.gen-* will be without the durable attribute. Is it possible? I was trying to create by using next command: rabbitmqctl set_policy my_policy "^amq\.gen-.*" '{"durable": false}' --apply-to queues But this is not working.