As noted in #970, consumer-timeout is another setting which has to be set as an unquoted integer in the passthrough to RabbitMQ
Rather than add more copy-paste, update the type code to use a constant that's a list of values that need to be converted to integers in a generic way.
Pull Request (PR) description
As noted in #970,
consumer-timeout
is another setting which has to be set as an unquoted integer in the passthrough to RabbitMQRather than add more copy-paste, update the type code to use a constant that's a list of values that need to be converted to integers in a generic way.
This Pull Request (PR) fixes the following issues
Fixes #970