Tagged Questions

0
votes
2answers
26 views

DefaultMessageListenerContainer not working with Websphere MQ

Hello everyone, I am using spring 2.5.6 and spring-integration 1.0.3 and MQ client 6.0.2.2 I have had to add a message selector to my message-driven-channel-adapter, but now I am …
2
votes
3answers
24 views

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [ …
1
vote
2answers
48 views

How to deploy a Spring Integration app in Tomcat?

I've gone through the "Spring Integration in 10 minutes" tutorial for setting up a basic Spring Integration application. I'd like to deploy this application in Tomcat and have the …
0
votes
1answer
30 views

Prevent Spring Integration Aggregator Timeout

I have an <aggregator/> element in my Spring Integration workflow that's being used to collect messages downstream from a <splitter/>, the default splitter/aggregator a …
0
votes
2answers
113 views

Inbound Transformer on Spring Integration Proxy Gateway

I'd like to configure a process that looks something like: Method Call -> Dynamic Proxy Gateway -> Channel -> Service Activator -> Method Call ^---------- …
0
votes
1answer
141 views

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

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 w …
0
votes
1answer
107 views

Java Event Processing Framework

I'm looking for a lightweight framework that builds on top of the Process Manager pattern: http://www.eaipatterns.com/ProcessManager.html I'm specifically interested in using thi …
0
votes
0answers
36 views

Spring integration delayer element

I'm trying to configure my spring integration and want to use the element, which basically sits between a retryFilter and a queue. All works fine if I go straight from the retryF …
2
votes
4answers
513 views

Spring Integration: Hooking web services to a FIFO queue

I'm still struggling with Spring Integration- here's my scenario: A web service gets a request from client A web service puts the request onto a queue A queue consumer processes …
2
votes
2answers
560 views

Spring Integration as embedded alternative to standalone ESB

Hi All. Does anybody has an experience with Spring Integration project as embedded ESB? I'm highly interesting in such use cases as: Reading files from directory on schedule ba …
0
votes
0answers
103 views

Spring Integration 1.0 RC2: Streaming file content?

I've been trying to find information on this, but due to the immaturity of the Spring Integration framework I haven't had much luck. Here is my desired work flow: New files are …