Thread « Integration « Spring Q&A





1. How to hold a queue of messages and have a group of working threads without polling?    stackoverflow.com

I have a workflow that I want to looks something like this:

                    ...

2. Thread Safety and Struts-Spring Integration    forum.springsource.org

Thread Safety and Struts-Spring Integration Hi, Iam using struts + spring + hibernate I have an Action class , to which I pass the command object like this This entry goes ...

3. Email Integration - Threads    forum.springsource.org

4. Spring Integration + WorkManager Thread Pools    forum.springsource.org

Spring Integration + WorkManager Thread Pools Hello all, I'm very new to Spring Integration - and I like it a lot so far, but I have one minor issue that I ...

5. Multithreading with Spring Integration    forum.springsource.org

Multithreading with Spring Integration Let us assume that you have one consumer which is tied to an input channel. So, when a message is received on a channel, the consumer's 'consume' ...

6. Thread safety in spring integration    forum.springsource.org

Beans/pojos created in SI project, are they thread safe? How do I ensure that the objects being created using pojos are thread safe (while defining private variables at the class level ...