architecture « Integration « Spring Q&A





1. How to leverage Spring Integration in a real-world JMS distributed architecture?    stackoverflow.com

For the following scenario I am looking for your advices and tips on best practices: In a distributed (mainly Java-based) system with:

  • many (different) client applications (web-app, command-line tools, REST API)
  • a central JMS ...

2. What is enterprise application integration architecture?    forum.springsource.org

What is enterprise application integration architecture? An enterprise application integration architecture is a rigorous description of the structure of an enterprise, which comprises enterprise components (business entities), the externally visible properties ...

3. Spring application integration in an MQ architecture    forum.springsource.org

Spring application integration in an MQ architecture Hi, I'm building an application under websphere using spring. The point is that my app have to communicate with external systems through MQ. I ...

4. How to leverage Spring Integration in a JMS-based distributed architecture?    forum.springsource.org

How to leverage Spring Integration in a JMS-based distributed architecture? For the following scenario I am looking for your advices and tips on best practices: In a distributed (mainly Java-based) system ...

5. Spring Integration application architecture    forum.springsource.org

Spring Integration application architecture Hi all, I am aiming to create a notification server (a pub/sub and p2p model) and excited to use Spring Integration's features. To make that notification server ...