What configuration of Spring Integration elements, if any, would support the model of:
Assuming you mean with JMS,
<jms:message-driven-channel-adapter/>
See attributes such as concurrent-consumers, max-concurrent-consumers, idle-consumer-limit, idle-task-execution-limit.
The consumer management is all done by the underlying core Spring DefaultMessageListenerContainer.