rmqcpp icon indicating copy to clipboard operation
rmqcpp copied to clipboard

Implemented the onSuccess() callback

Open Pasick opened this issue 8 months ago • 1 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