[ 
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)

Reply via email to