Karavan JMS component-Jndi connect #1375
-
Ask a questionHow can connect to Solace topic using Camel VariantNone Container Management (if applicable)None Operating System (if applicable)None VersionNone |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
look for how camel-jms component (and spring jms) would configure to Solace. You need to have their JMS client and how to setup all of that. Then configure a JMS ConnectionFactory for this that camel-jms uses (such as via beans or properties files) and you can use that in karavan |
Beta Was this translation helpful? Give feedback.
-
@davsclaus You mean in the camel repo . I tried to find example |
Beta Was this translation helpful? Give feedback.
Look for solace with spring jms and jndi property file - camel uses spring jms and it would be same/similar configuration