Marc Carter created CAMEL-12923:
-----------------------------------
Summary: 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
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.3#76005)