Uploaded image for project: 'ActiveMQ Artemis'
  1. ActiveMQ Artemis
  2. ARTEMIS-652

Incorrect null check in ActiveMQActivationSpec#toString for attribute connectionFactoryLookup

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 1.4.0
    • None
    • None

    Description

      There is incorrect null check in ActiveMQActivationSpec#toString. It is performed on messageSelector attribute instead of connectionFactoryLookup.

        if (messageSelector != null) {
         buffer.append(" connectionFactoryLookup=").append(connectionFactoryLookup);
      }

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mstyk Martin Styk
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: