AmqpBundle
AmqpBundle copied to clipboard
split timeout into read and write timeouts
Sometimes you need to have a different timeouts for reads and writes. As an example when you might need higher timeout for long processing consumers and small write timeout for failing fast producers
I have kept backwards compatibility. Documentation update is actually missing, should I?
Anything I can help here?