perl_help26 has asked for the wisdom of the Perl Monks concerning the following question:
my $res = $rabbit_mq->publish(1, "my_exchange.lookup", $bin, {exchang +e=>'my_exchange'}, {reply_to => $rabbit_mq->{replyQ},}); #####in here if timeout has been reached reconnect #####or if the cnx is dead reconnect $res = $rabbit_mq->recv();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: check if conx to Net::RabbitMQ is still alive
by GotToBTru (Prior) on Jun 22, 2016 at 14:33 UTC | |
by perl_help26 (Beadle) on Jun 22, 2016 at 14:44 UTC | |
by GotToBTru (Prior) on Jun 22, 2016 at 16:04 UTC |