As described in the Enterprise Integration Patterns (EIP) book, the idea behind the control bus is that the same messaging system can be used for monitoring and managing the components within the framework as is used for “application-level” messaging
Questions tagged [control-bus]
8 questions
1
vote
1 answer
Spring Integration how to use Control Bus with JavaConfig, no DSL
I'm having a few issues with Spring Integration and the control bus. I need to turn auto-start off on an InboundChannelAdapter. However when I do this I can't get the ControlBus to start the channel adapter.
I've searched for an answer online, but…

dsharp
- 95
- 8
0
votes
0 answers
How to trigger another route when REST Endpoint is called in camel
I have a scenario when I call one endpoint the another route should execute and return the result.
Lets say I have an endpoint:
http://localhost:8080/api/customer
I am using the camel-jetty to start the above servlet endpoint,…

mdanish98
- 65
- 8
0
votes
0 answers
Camel control bus is not working as expected
I have a scenario where when I call a rest endpoint which is custom defined and I am using camel-jetty for it, the other route should start executing but it is not working as expected.
Following are the routes:
RouteDefinition routeDefinition =…

mdanish98
- 65
- 8
0
votes
1 answer
Why is 8086 control bus 4 bits?
I was wondering why 8086 control bus consists of 4 lines I/O read/write and Mem read/write.
These are clearly 4 different functions that can be determined using only 2 lines. In this geeksforgeeks link we can clearly see that RD is the not operation…

Fahd Seddik
- 13
- 4
0
votes
1 answer
Stopping and restarting Spring Integration input endpoints via control bus
In my former life I worked on a few Apache Camel projects, so I'm not entirely new to EIPs, but I am now trying to learn & understand Spring Integration. I have (what I think is) a small snippet of code for a "flow" that:
Defines a control bus for…

hotmeatballsoup
- 385
- 6
- 58
- 136
0
votes
1 answer
Using Control Bus EIP in Spring Integration to start/stop channels dynamically
I am interested in using Spring Integration to fetch files from various endpoints (FTP servers, email inboxes, S3, etc.) and load them into my system (essentially, ETL).
There are times when I will want these channels active and running, and other…

hotmeatballsoup
- 385
- 6
- 58
- 136
0
votes
1 answer
Apache Camel Jgroups controlbus XML examples to use predefined filters
I'm trying to retro fit my code to utilize Jgroups / controlbus, however, I need an Blueprint XML representation.
how can I implement predefined filters and delay on camel routes?

GLMills
- 558
- 1
- 12
- 37
0
votes
1 answer
EvaluationException: The method 'start' is not supported by this command processor
I want to develop control-bus example using spring integration. As an example I took following sample: https://github.com/spring-projects/spring-integration-samples/tree/master/basic/control-bus
I decided to do the same but using java DSL.
I also…

gstackoverflow
- 36,709
- 117
- 359
- 710