Re: CXF endpoint is not registered into Spring registry?

2021-12-25 Thread Vyacheslav Boyko
Oh... I've solved it. But... how could I call CXF .bean("cxf:bean:hostCxfEndpointInformation") instead of .to("cxf:bean:hostCxfEndpointInformation") ??? It was my fault. Sorry for disturbing you. On 12/25/21 21:11, Vyacheslav Boyko wrote: Hi! I have one CxfEnpoint configured by method hos

CXF endpoint is not registered into Spring registry?

2021-12-25 Thread Vyacheslav Boyko
Hi! I have one CxfEnpoint configured by method hostCxfEndpointService. It actually is found as I send to it from route: .to("cxf:bean:hostCxfEndpointService") But the second one called hostCxfEndpointInformation could not be found. I use Camel 3.11 and have tried with 3.13. Code is following

Issue CAMEL-17154: Request for comment and review

2021-12-25 Thread Steve973
Hello. I have sent a few messages here on this list about an alternate Dynamic Router EIP component implementation that I have been working on. If anyone has some time, I would like to get more community input and opinion on what I have done so far. You can see the ticket here: https://issues.ap

Re: Can ControlBus be used for custom management?

2021-12-25 Thread Steve973
I have pushed up an update with the internal control channel: https://github.com/Steve973/camel/tree/CAMEL-17154/components%2Fcamel-dynamic-router I would love some feedback, if possible, whenever anyone has some time after the holidays, or whenever. On Thu, Dec 23, 2021, 10:46 PM Steve973 wrot