Keith Babo created SWITCHYARD-838:
-------------------------------------
Summary: Add operationSelector to all Camel gateway binding configs
Key: SWITCHYARD-838
URL:
https://issues.jboss.org/browse/SWITCHYARD-838
Project: SwitchYard
Issue Type: Task
Components: tooling
Affects Versions: 0.5
Reporter: Keith Babo
Assignee: Brian Fitzpatrick
Fix For: 0.5
I missed this important config parameter in my forum posts on binding configuration. Each
Camel binding supports this configuration element:
{code}
<element name="operationSelector"
type="camel:CamelOperationSelectorType" minOccurs="0"
maxOccurs="1"/>
{code}
An example:
{code}
<camel:binding.jms>
<camel:operationSelector operationName="greet"/>
<camel:queue>GreetingServiceQueue</camel:queue>
<camel:connectionFactory>#ConnectionFactory</camel:connectionFactory>
</camel:binding.jms>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira