Closed
Description
Hello,
I think it will be a really useful feature if events ware dispatched on key point in the consumer.
- Being able to log all messages consumed
- Being able to stop exeptions from shooting down your consumer, grab and ack the message
The consumer is an ongoing command, and the symfony 2 command event don't help because the amqp message can't be accessed from those events
Thank you.