Is it possible to create dynamic jms listeners using Spring Integration as I will get a list of queues from a text file? I know this question was asked 2 years ago in 2015 and answered wherenit was mentioned using configurer to register end points which I can do but wondering if there is a solution since that question waa asked for using Spring Integration as it's been 2 years.
Asked
Active
Viewed 460 times
0
-
Take a look at this - https://github.com/spring-projects/spring-integration-samples/tree/master/advanced/dynamic-tcp-client – Evgeni Dimitrov Aug 03 '17 at 19:35
-
Can you provide the link to that old question, and clarify how your question is different. – Toni Vanhala Aug 04 '17 at 05:05
-
Here is the link https://stackoverflow.com/questions/34063230/adding-dynamic-number-of-listenersspring-jms – Simon_IT Aug 04 '17 at 12:46