Hi
On Wed, Feb 1, 2023 at 5:40 AM Mikael Koskinen <mijap...@gmail.com> wrote: > Hi, > > I've been wondering if it would be possible or a good idea to add > something like the ProducerTemplate to Camel JBang? I mean the ability > to send messages to running integrations using the CLI. > > Use case for me would be a scenario where I could start direct > endpoints when our application starts and then in specific points use > the CLI to send messages to these endpoints for processing. > > Best regards, > Mikael > Yes I have thought about something like that as well. We should also consider being able to use the running JVM to send message to external endpoints, for example a kafka topic or JMS queue. The Camel route may be from jms:cheese to bean blah And then you can to trigger this route by sending a message to jms:cheese. Today you would do this manually or via JMS client tools. This is of course a great way to do that to use the "real thing". But sometimes you also want to be quick and if Camel can help, then send via Camel. You are welcome to create a JIRA. -- Claus Ibsen ----------------- @davsclaus Camel in Action 2: https://www.manning.com/ibsen2