
Originally Posted by
Mark Fisher
Without knowing too many details, it sounds like using Spring's basic Message-Driven POJO support might be sufficient. That does not even require the use of JmsTemplate. Instead, you would simply point to a POJO via configuration and let all the JMS details be handled behind the scenes.
If you think you need to take advantage of a pipes-and-filters model for transformation, routing, etc., then you could look at Spring Integration.
Can you describe why you think Spring Integration might be useful beyond what you get from Spring's Message-Driven POJO support?