Hello All,
just a quick advice from you all..
i have an existing messaging system that uses Spring JMS to read the incoming messages from some ESB, so if i want to use spring-integration then i just have to use the JMS adapter that receives the message from queue and send it to a channel, which now is handled by MessageListener class in my app.
so the big question for me is, should i try to upgrade to spring-integration to use all these cool annotation and spring-integration specific configuration or i am missing some important aspects of spring-integration that can be add to my existing app.
Thanks in advance for all of your suggestions.


Reply With Quote
