rmqcpp icon indicating copy to clipboard operation
rmqcpp copied to clipboard

Implemented the onSuccess() callback

Open Pasick opened this issue 1 year ago • 2 comments

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

Pasick avatar Jun 17 '24 06:06 Pasick

can you please sign your commit and we can get this merged thanks?

Learn more about signing commits.

willhoy avatar Jul 17 '24 12:07 willhoy

@Pasick, this is still waiting on [4b57d4a] (https://github.com/bloomberg/rmqcpp/pull/44/commits/4b57d4aeb26cf0ac3d2b006f98adc02ffc938f1c) to be signed

something like this should help

willhoy avatar Nov 25 '24 16:11 willhoy