Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-9027

camel-sjms - Parse destinationName from endpointUri having colon in the name

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 2.15.2
    • Fix Version/s: 2.16.0
    • Component/s: camel-sjms
    • Labels:
      None
    • Estimated Complexity:
      Novice

      Description

      If jndi name of a topic or a queue contains ":" (eg: /jms/test/hov.t1.dev:topic) the destination name won't be parsed correctly because of this code:

      " destinationName = getEndpointUri().substring(getEndpointUri().lastIndexOf(":") + 1);"

      inside class "SjmsEndpoint" line number 106.

        Attachments

          Activity

            People

            • Assignee:
              davsclaus Claus Ibsen
              Reporter:
              cristi.tetic Cristian Tetic
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: