Hi,
For my model I need to use a MultiProcessor instead of a standard Processor. However, I miss one basic functionality of the standard Processor; the Max Content. As my MultiProcessor can only handle one flow item at the time (it is a jetty), I want to limit the number of flowitems in my multiprocessor to one.
Can someone explain me how to do this? Thanks.