How message driven channel works?
I have a message Queue and im getting the messages from there by a message driven channel(jms).
My question is,how it works?
It get a message deliver and next get the another one,and so on... Or each time arrives a message it deliver..
For example:
1 -> I have 100 messages in my queue,channel is getting one by one,and just get the other one after deliver the message before.
2-> I have 100 messages in my queue so my channel is getting all 100 in same time and delivering it at same time