rmqcpp
rmqcpp copied to clipboard
Implemented the onSuccess() callback
Problem statement
Current implementation of rmqcpp library only provides a callback when the connection is broken. There is no callback which allows to detect when connection is restored to provide a more flexible way to monitor the connection state.
Proposed changes
The onSuccess() callback is raised on connection restore.
Remaining work
- [ ] Unit Tests
- [ ] Integration Tests
- [ ] Documentation