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.