SOA « jms « Java Enterprise Q&A





1. Best messaging medium for real-time SOA applications?    stackoverflow.com

I'm working on a real time application implemented using in a SOA-style (read loosely coupled components connected via some messaging protocol - JMS, MQ or HTTP). The architect who designed this system ...

2. Request-reply model for hybrid SOAP over HTTP/JMS over middleware    stackoverflow.com

One of our products implements the following one-way web service structure:

Server <--------------------- Middleware <---------------- Client
        SOAP over JMS (queue)      ...

3. Architect desperately wants to use SOAP over JMS    stackoverflow.com

I have used JMS in the past to build application and it works great. Now I work with Architects that would love to use the Spec : SOAP over Java Message ...

4. JMS, Message Queing Service, ESB related question    stackoverflow.com

Assume there are 2 web services A and B setup in SOA infrastructure. Web services A depends on information that is available from the locally installed Desktop application (its a legacy application ...

5. How can I prevent receiving JMS messages that I have produced?    stackoverflow.com

Here's the scenario. I have a legacy system with two parts, Part A and Part B, that send messages to each other in a sort of client/server fashion. I've ...

6. Which mode will an enterprise service bus use?    stackoverflow.com

i cant write english, but it try my best. My Question is: "Does an esb use topic or queue mode? Point-to-Point? Or does an esb use publish and subscribe? Thanks so far ...

7. HTTP to JMS Bridge    stackoverflow.com

Overview

I'd like to expose a message queue to the internet so that client applications can communicate with some of our back-end services. I don't want to expose the jms endpoint ...