One generator and one receiver
LeCouteauSuisse provide to configure many generators or receivers. The simplest architecture you can use is one generator and one receiver. This configuration is show in the diagram bellow.
This architecture provide an unique generator. It generate an event, which can represent a new file detected, a new message in MSMQ or a repetitive task. This event will be dispath and give to the receiver. The receiver take the event and do it's job.
Many generators and one receiver for each generator
Complexe architecture request sometimes more than one generator and one receiver. In this case LeCouteauSuisse can handle multiple generators and receivers in the same service. You can use different kind of generator with different kind of event in the same service.
The configuration bellow provide 2 generators and 2 receivers, each generator has it's own receiver.
Many generators and one receiver for all generators
In a more complex architecture you can develop only one receiver, but it can handle different kind of event and do a specific job on each event. This case can be shown in the diagram bellow :