queue « Web Service « Spring Q&A





1. Spring Integration: Hooking web services to a FIFO queue    stackoverflow.com

I'm still struggling with Spring Integration- here's my scenario:

  1. A web service gets a request from client A
  2. web service puts the request onto a queue
  3. A queue consumer processes the messages FIFO and ...

2. Flex + Spring + BlazeDS + Glassfish + OpenMQ - How do you configure the web-application-config for OpenMQ?    stackoverflow.com

I have the spring-flex-testdrive example (JMS chat application which uses a Topic to pub/sub messages) to work on Tomcat with ActiveMQ now I want to run this example on Glassfish with ...

3. Hooking up web services to a FIFO queue    forum.springsource.org

Hooking up web services to a FIFO queue I'm still struggling with Spring Integration- here's my scenario: 1. A web service gets a request from client A 2. web service puts ...

4. How to read messages from a queue channel inside a service-activator?    forum.springsource.org

How to read messages from a queue channel inside a service-activator? I'm trying to read messages from a queue channel inside a service-activator. I know how to read these messages in ...