You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2019/07/31 18:30:00 UTC

[jira] [Resolved] (CAMEL-12923) BindingComponent support for endpoint parameters

     [ https://issues.apache.org/jira/browse/CAMEL-12923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-12923.
---------------------------------
    Resolution: Won't Fix

binding is deprecated

> BindingComponent support for endpoint parameters
> ------------------------------------------------
>
>                 Key: CAMEL-12923
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12923
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.22.1
>            Reporter: Marc Carter
>            Priority: Minor
>
> Both BindingComponent and BindingNameComponent wrap a delegate Endpoint with some common contract. Neither support passing of URI parameters to their delegate and this critically limits their use.
> (/) binding:xxx:jms:queue:a.b.c
> (x) binding:xxx:jms:queue:a.b.c?preserveMessageQos=true
> {quote}org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: binding://xxx:jms:queue:a.b.c?preserveMessageQos=true due to: Failed to resolve endpoint: jms://queue:a.b.c?preserveMessageQos=true 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=[\{preserveMessageQos=true}]
> {quote}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)