Rabbitmq-C / C++ : How to test connection to server
314 views
Skip to first unread message
Kiran D
unread,
Oct 11, 2016, 10:29:05 AM10/11/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitmq-users
We are using the RabbitMQ C and C++ libraries in topic publish/subscribe model and have few questions on connection management:
Check Server Connection - Our client applications need to periodically test connection to the RabbitMQ broker. We did not find any library API to accomplish this. What is the recommended way of implementing a method such as CheckBrokerConnection().
Connection Recovery - Also noticed java and dotnet clients can be configured to connect in auto-recovery mode. There is no such option in C/C++ client. Any suggested way for implementing this?
Heartbeat - Rabbitmq supports heartbeats between clients and the broker. This is also available for java and dotnet clients but not the C++ client. Is there any plan to include this feature for C++ client?