uecode / qpush-bundle

Asynchronous processing for Symfony using Push Queues
qpush-bundle.readthedocs.org
Apache License 2.0
168 stars 54 forks source link

Error Queue fallback #123

Open VincentClair opened 7 years ago

VincentClair commented 7 years ago

Hello,

Is it possible to define in config the error queue fallback when messages are deleted after n failed retries ? It seems that the option exists on IronMQ interface, but I haven't seen in it nor in qpush-bundle, nor in QPush bundle nor in ironmq library the parameter to set it.

If such an option exists, is there an API to query this error queue to get informations about failed messages ?

Thank you for your help.

VincentClair commented 7 years ago

Just have seen parameter "error_queue" in library https://github.com/iron-io/iron_mq_php#create-a-queue. Is it possible to set it in config and how ?