You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2011/05/18 15:25:48 UTC

[jira] [Commented] (CAMEL-3988) JMS endpoint issue when this is specified in a recipientList

    [ https://issues.apache.org/jira/browse/CAMEL-3988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035368#comment-13035368 ] 

Claus Ibsen commented on CAMEL-3988:
------------------------------------

Can you post a snippet of your route with the recipient list?

And what version of Camel are you using that fails?

> 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