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

Incorrect logic when querying for existance of an exchange while parsing an address string.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.7
    • JMS AMQP 0-x
    • None

    Description

      Consider the following address string,
      "HELLO/world;

      {create: never}

      ", where HELLO is a pre existing exchange of type 'direct'.

      Since the type of the exchange is not specified, the Java client defaults to 'topic' right at the beginning and incorrectly compares the exchange type when querying for the exchange.
      The default exchange type should only be specified if an exchange needs to be created and the type is missing.

      Attachments

        Activity

          People

            rajith Rajith Muditha Attapattu
            rajith Rajith Muditha Attapattu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: