JMS endpoint issue when this is specified in a recipientList ------------------------------------------------------------
Key: CAMEL-3988 URL: https://issues.apache.org/jira/browse/CAMEL-3988 Project: Camel Issue Type: Bug Components: camel-core Affects Versions: 2.8.0 Reporter: Marco Crivellaro If the uri "activemq:queue:crive.jms.test" is passed to a recipientList the route runs in exception because a question mark is appended to the end of the URI Failed to resolve endpoint: activemq://queue:crive.jms.test? due to: Failed to resolve endpoint: activemq://queue:crive.jms.test? due to: There are 1 parameters that couldn't be set on the endpoint. Check the uri if the parameters are spelt correctly and that they are properties of the endpoint. Unknown parameters=[{=null}] adding a parameter to the URI passed to recipientList fixes the issue (ie: activemq:queue:crive.jms.test?transacted=false) This might affect other types of components too. Camel 2.5.0 was not affected by this issue. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira