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
can you please sign your commit and we can get this merged thanks?
@Pasick, this is still waiting on [4b57d4a] (https://github.com/bloomberg/rmqcpp/pull/44/commits/4b57d4aeb26cf0ac3d2b006f98adc02ffc938f1c) to be signed