Here is my requirement, which have more than 50 inbound consumer to listen different queues needs to be configured.
Is there any option in spring integration, where I can pass my queue details from configuration and the corresponding consumer bean should be created and added to my application context.
Between, I'm using java 8 with spring 4.3.4
Any help is appreciated!!