Real world examples of DefaultConnectionCallback and DefaultChannelCallback #53
quantum-booty
started this conversation in
General
Replies: 1 comment
-
Connections and channels expose various events for applications to use. For example, other clients expose events such as
and so on. Many applications won't care about most of them but the more rigorous error handling you need, the more such events you'd want to handle and at least log. According to callbacks.rs, this is done via callback implementations in this client. So this is very similar in spirit to the Java client, which is fairly extensively documented. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm pretty new to rabbit and I'm not sure what the purposes of connection and channel callbacks are.
The doc string suggests the DefaultConnectionCallback and DefaultChannelCallback are for demo and debugging purposes only, so are there any examples showing how they should be implemented in production?
Beta Was this translation helpful? Give feedback.
All reactions