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

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.15.2
    • 2.16.0
    • camel-sjms
    • None
    • 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

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

            Dates

              Created:
              Updated:
              Resolved: