Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.10
-
None
Description
AMQCallbackHandler is initialised with an AMQProtocolSession. The current concrete implementations of AMQCallbackHandler require only information encapsulated by the ConnectionUrl interface in order to perform their function.
AMQCallbackHandler will be refactored to be initialised with ConnectionUrl. This will simplify unit testing of new concrete implementations and reduce code complexity by improving information hiding.