Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-6125

[Java] Refactor AMQP 0-8/0-9/0-9-1 Support

    XMLWordPrintableJSON

Details

    Description

      The current AMQP 0-8/9/9-1 codec and protocol handling classes contain much duplication between the various flavours of AMQP 0-x and also work differently to the other protocols by using a "handler" class for each method, rather than having the method invoked on a connection or session object.

      Now that no more versions extending the 0-8 line can be expected, we can tidy up this code, remove the duplications and migrate to a more common approach of invoking the methods on a connection object

      Attachments

        Activity

          People

            rgodfrey Robert Godfrey
            rgodfrey Robert Godfrey
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: