Hey all, I'm working with the rabbitmq c library and I need to have reconnect logic in there. Basically, try to send a message, if it fails, attempt reconnect and try again. How do I accomplish this? I've been using amqp_basic_publish and if I try that it just hangs. Thanks, Paul