Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-7400

The inconsistent of wildcard # and * and delimiter

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Undefined
    • None
    • AMQ 7.10.1.GA
    • broker-core
    • None
    • False
    • None
    • False

    Description

      The inconsistent happens when # will work after a delimiter but * seems to work with or without delimiter. 

      For # wildcard

      addressSetting:
       - match: 'abc#'
        deadLetterAddress: DLQABC
      

      Results:

      addressSetting.match Results Expectations
      abcd         doesn't match should match
      abc.123.one   match           correct

       
      For * wildcard

      addressSetting:
       - match: 'def*'
        deadLetterAddress: DLQDEF
      

      Results:

      addressSetting.match Results Expectations
      defg         match but this is inconsistent with #
      defg.123     match   correct
      defg.456.not does not match correct

      Attachments

        Activity

          People

            rhn-support-jbertram Justin Bertram
            rhn-support-whui Roger Hui
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: