Hello, How can I set idle timeout to be greater than 120 seconds?
I've tried using this : amqp:///test?brokerlist='tcp://myhost:5684?*idle_timeout*='200000'' assuming that this is in milliseconds and my value is always ignored: Ignoring the idle timeout 0 set by the connection, using the brokers max value 120 But if I try to set it to a smaller value than 120 i.e. amqp:///test?brokerlist='tcp://myhost:5684?*idle_timeout*='115000'' I don't see this message that my value is ignored. Is it possible to change this? Even better how to make it unlimited? THank you
