Hi,<br><br>We are using rabbitmq with pika. Our application is in python CGI and we use pika&#39;s blocking connection to connect to rabbitmq.<br>We create a new connection to rabbitmq every time a new request has come to CGI.<br>
The problem we face is, if the IP address config is wrong or host OS where rabbitmq is down, the connection attempt to rabbitmq fails with huge timeout(&gt;30 seconds). <br>Basically what we want is the connection attempt should timeout within 1 or 2 seconds regardless of success or failure.<br>
Is there any way we can do that? <br clear="all"><br><br>Thank you,<br>Bhaskar teja<br><br>