We use spring integration to transfer messages from one broker (amqp | jms) to another.
We would like to slow down the consumption of messages from the input channel: <int-amqp: inbound-channel-adapter>
or <int-jms: message-driven-channel-adapter
(by adding a tempo for example) so as not to saturate the remote queue, to give it time to process messages.
Another constraint is to respect the order of the messages on the output Queue.
Thanks for your advices
Regards,
Eric