[ https://issues.apache.org/jira/browse/QPID-3277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Keith Wall updated QPID-3277: ----------------------------- Attachment: 0001-QPID-3277-AMQCallbackHandler-improvements.-Refactor-.patch AMQCallbackHandler improvements. Refactor AMQCallbackHandler to accept ConnectionURL in place of AMQProtocolSession (improved information hiding, ease ability to write good unit tests). Remove unused protected constructor from AMQConnectiona and MockAMQConnection. > AMQCallbackHandler improvements > ------------------------------- > > Key: QPID-3277 > URL: https://issues.apache.org/jira/browse/QPID-3277 > Project: Qpid > Issue Type: Improvement > Components: Java Client > Affects Versions: 0.10 > Reporter: Keith Wall > Assignee: Keith Wall > Priority: Minor > Attachments: > 0001-QPID-3277-AMQCallbackHandler-improvements.-Refactor-.patch > > > 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. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org