Re: Can ControlBus be used for custom management?

2021-12-23 Thread Claus Ibsen
What you can do is for your component to have a way to send "control" messages to it that it understands, then users can do from xxx to acme:control?action=foo=bar On Thu, Dec 23, 2021 at 3:19 PM Claus Ibsen wrote: > > On Thu, Dec 23, 2021 at 2:21 PM Steve973 wrote: > > > > Hello. It

Re: camel maven plugin error on generate phase

2021-12-23 Thread Claus Ibsen
On Thu, Dec 23, 2021 at 3:17 PM Claus Ibsen wrote: > > Hi > > > Yes the plugin is changed. > You need to do a full rebuild local, > > mvn clean install -P fastinstall > > from the root folder. > And if you still have a problem, then can you paste the stacktrace (you can get that with -e as arg

Re: Can ControlBus be used for custom management?

2021-12-23 Thread Claus Ibsen
On Thu, Dec 23, 2021 at 2:21 PM Steve973 wrote: > > Hello. It appears that the control bus component can only be used for two > commands (route and language), and for routes, you can only specify an > action (start, stop, etc). What if we have a component that could also > benefit from

Re: camel maven plugin error on generate phase

2021-12-23 Thread Claus Ibsen
Hi Yes the plugin is changed. You need to do a full rebuild local, mvn clean install -P fastinstall from the root folder. On Thu, Dec 23, 2021 at 1:41 PM Steve973 wrote: > > Hello. I am getting an error when building modules: > > [ERROR] Failed to execute goal >

[ANNOUNCE] Apache Camel 3.7.7 (LTS) Released

2021-12-23 Thread Gregor Zurowski
The Camel PMC is pleased to announce the release of Apache Camel 3.7.7. Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. This release is a patch release for the LTS 3.7.x branch that contains 7 bug

Can ControlBus be used for custom management?

2021-12-23 Thread Steve973
Hello. It appears that the control bus component can only be used for two commands (route and language), and for routes, you can only specify an action (start, stop, etc). What if we have a component that could also benefit from management messages? Would it make sense to have a third command

Re: camel maven plugin error on generate phase

2021-12-23 Thread Steve973
I want to add that I can successfully build a component module by executing mvn clean install -pl components/camel-direct -am -Pfastinstall, for example, from the top-level camel repository directory. But it fails if I descend any lower (to the components directory) with the error that I pasted

camel maven plugin error on generate phase

2021-12-23 Thread Steve973
Hello. I am getting an error when building modules: [ERROR] Failed to execute goal org.apache.camel:camel-package-maven-plugin:3.15.0-SNAPSHOT:generate (generate) on project camel-direct: Error generating data org.apache.maven.plugin.MojoFailureException: Unable to create mojo: