rejimathews opened a new issue #814: Can camel-k accept camel context 
definition?
URL: https://github.com/apache/camel-k/issues/814
 
 
   Does camel K understand if I pass the camel context definitions? Like
   ```xml
   <camelContext xmlns="http://camel.apache.org/schema/spring";>
     <route> 
       <from uri="activemq:Accounts.PurchaseOrders"/>
       <to uri="seda:A"/>
     </route>
     <route> 
       <from uri="seda:A"/>
       <to uri="activemq:UK.Accounts.Invoices"/>
     </route>
   </camelContext>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to