depoplabs / celery-message-consumer

Tool for using the battle-tested `bin/celery` worker to consume vanilla AMQP messages (i.e. not Celery tasks)
Apache License 2.0
53 stars 12 forks source link

Apply queue_arguments of message_handler to retry and archive queues #24

Closed mstingl closed 2 years ago

mstingl commented 3 years ago

When you specify queue_arguments for a message_handler, they should also be reflected on the created retry- and archive-queues. For example, when you're using RabbitMQ and want to specify a queue as a quorum-queue ({'x-queue-type': 'quorum'}), you want that also for the retry and archive queue.

mstingl commented 2 years ago

CC @anentropic

anentropic commented 2 years ago

Unfortunately I'm not working at Depop any more and can't maintain this repo

mstingl commented 2 years ago

Oh, then sorry for the ping.

CC @timnovis

Do you know who's maintaining the repo at the moment?