davsclaus commented on issue #495: URL: https://github.com/apache/camel-k-runtime/issues/495#issuecomment-696653407
Yes in theory and no in practice. Some components that may be internal like seda rely on being a singleton component as it holds the queues etc. So there is no clear line. Some components rely on the component to handle session management for multiple logins, and others can only do one (JMS can only connect to a single system). So if you do a kamelet with jms that does from websphere mq to activemq then that would need to have jms1 and jms2 components with their own connection factory. Rewriting the jms component/endpoint to support multiples would be really complex. Lets revisit this next week after our duties at work this work ---------------------------------------------------------------- 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: us...@infra.apache.org