Tagged Questions

Spring Integration provides an extension of the Spring programming model to support the well-known Enterprise Integration Patterns (http://www.eaipatterns.com/). It enables lightweight messaging within Spring-based applications and supports integration with external systems via declarative adapters. Those adapters provide a higher-level of abstraction over Spring's support for remoting, messaging, and scheduling.

learn more… | top users | synonyms

16
votes
5answers
6k views

When to use Spring Integration vs. Camel?

As a seasoned Spring user I was assuming that Spring Integration would make the most sense in a recent project requiring some (JMS) messaging capabilities (more details). After some days working with ...
7
votes
2answers
82 views

Waiting for all threads to finish in Spring Integration

I have a self-executable jar program that relies heavily on Spring Integration. The problem I am having is that the program is terminating before the other Spring beans have completely finished. ...
4
votes
1answer
156 views

Spring Integration Images for use in Visio

Does anyone know where some Spring style integration images can be found for use in Visio - just a stencil or where one could possible download the images used in the Spring Integration designer GUI ...
4
votes
1answer
336 views

simple example of connecting a tcp socket to spring integration

Does anyone know of a simple example of connecting to a web server using spring integration using a tcp socket? There are examples of simple socket communications in plain java with both the server ...
4
votes
1answer
554 views

Spring - Async Queue for sending mail

I have this: <si:poller max-messages-per-poll="10" id="defaultPoller" default="true"> <si:interval-trigger interval="5000"/> </si:poller> <si:channel id="emailIn"/> ...
4
votes
4answers
3k views

Spring Integration as embedded alternative to standalone ESB

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 basis Getting data from JDBC ...
3
votes
1answer
291 views

Spring Integration: Split message again after using aggregate?

In my Spring Integration powered project I have a splitter and payload-router for sending my data to various transformers. The new "transformed" objects are then passed back to an aggregator and ...
3
votes
2answers
165 views

What is the best way to interoperably serialize a message?

I'm considering message serialization support for spring-integration. This would be useful for various wire level transports to implement guaranteed delivery, but also to allow interoperability with ...
3
votes
3answers
3k views

How to leverage Spring Integration in a real-world JMS distributed architecture?

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 ...
3
votes
5answers
1k views

Spring integration with RabbitMQ

We have build a solution based on file based delivery using Spring-Integration. This works fine but we need to process many files. We are happy with Spring Integration but we want to scale up. For ...
3
votes
3answers
1k views

What are the differences between Spring integration and JBoss jBPM?

What are the differences between Spring integration and JBoss jBPM? Thank you.
2
votes
1answer
30 views

Spring Integration 2 with Quartz scheduler

I am new to Spring Integration. I've configured a Spring file inbound-channel-adapter, e.g. <file:inbound-channel-adapter channel="channel1" directory="${location}" prevent-duplicates="true" ...
2
votes
2answers
44 views

Get value of xsi:type with xpath [closed]

I am trying to determine the correct XPath expression to return the value of the xsi:type attribute on the Body element. I have tried what seems like everything without luck. Based on what I read ...
2
votes
1answer
86 views

Static AND Dynamic Headers in Spring Integration Gateway

I'm able to add a dynamic header to a gateway by using: public interface Gateway { @Gateway(requestChannel="myChannel") public void send(String message, @Header("dynamicHeaderValue") String ...
2
votes
1answer
99 views

Refreshing Spring context when JMS message delivered

I'd like to refresh my application context when system receives JMS message. In order to do it, I set up Spring Integration jms:message-driven-channel-adapter which forwards message to service ...
2
votes
1answer
238 views

Spring integration : replace xml configured bean property dynamically?

I'm trying to do a ftp poller with the help of Spring integration and the poller works great with the xml configuration. Now I would like to be able to dynamically set some properties of the poller ...
2
votes
1answer
105 views

Can I enable Spring Integration message history inside a chain?

If I add this to my context: <integration:message-history/> I get a message header populated with the names (ids) of all the named components through which the message has passed. But if I ...
2
votes
2answers
577 views

Spring batch and Integration

I am a beginner to Spring and I have to do a project for school. What kind of project can I do which I can use Spring Batch and Integration. I know that I can write files into directories, write, read ...
2
votes
1answer
79 views

Where do all these messages come from?

This configuration works fine, but inbound-channel-adapter which is supposed to poll every 15 secs is running continously. Does anyone have an idea what I'm doning wrong? <si:channel ...
2
votes
1answer
225 views

Programatically bridge a QueueChannel to a MessageChannel in Spring

I'm attempting to wire a queue to the front of a MessageChannel, and I need to do so programatically so it can be done at run time in response to an osgi:listener being triggered. So far I've got: ...
2
votes
2answers
281 views

How to hold a queue of messages and have a group of working threads without polling?

I have a workflow that I want to looks something like this: / Worker 1 \ =Request Channel= -> [Holding Queue|||] -> Worker 2 -> =Response Channel= ...
2
votes
3answers
154 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] -> [App C] We set a ...
2
votes
2answers
2k 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 input channel live ...
2
votes
1answer
556 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 retryFilter to the queue, ...
2
votes
5answers
3k 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 the messages FIFO ...
1
vote
1answer
26 views

Spring integration durable pub sub channel

Is it possible to configure durable pub sub channel in spring integration 2.1?
1
vote
1answer
88 views

Spring integration - configuring DefaultMessageListenerContainer to resolve muliple destinations

I have a requirement to configure a DefaultMessageListenerContainer to resolve multiple destination topics. I don't want to instanciate multiple containers and I was wondering how to configure this or ...
1
vote
0answers
47 views

How do I get rid of this warning in my Spring Bean Configuration file in SpringSource ToolSuite (Eclipse)

I have the following small file to reproduce the warning: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" ...
1
vote
1answer
73 views

stomp content-type header set to plain for xml content

I'm sending a XML content to ActiveMQ from ruby script using stomp I'm explicitly setting the content-type header toapplication/xml;charset=utf-8 as shown below client.publish queue, xml, ...
1
vote
1answer
294 views

Spring integeration - error-channel handling issues

I am new in Spring Integeration.I have one requirement Using spring integeration read a txt file (from Source folder) do some validation if validation is success -write into sucess file (in ...
1
vote
1answer
306 views

Spring Integration filter expression using SPeL

I have a configuration bean that has a list of allowed values: @Component public class Conf { public List<String> getAllowedValues() { return Arrays.asList("A", "B", "C", "D"); } ...
1
vote
1answer
265 views

Handling exceptions in a Spring-Integration transformer

I have a spring-integration transformer that accepts a org.w3c.dom.Document and returns a domain object. And this is nice. If there are elements missing I raise an application exception. I'd like to ...
1
vote
0answers
153 views

Grails & JMS Spring Integration: 'selector-expression' in recipient-list-router not working

Following is the code which is not working: SampleGrailsPlugin.groovy def doWithSpring = { integration{ 'recipient-list-router'(id:'listenerRouter','input-channel':'inChannel') { ...
1
vote
2answers
296 views

Spring integration inbound-gateway Fire an event when queue is empty

I'm a newbie around but I'll try to be consice. {INPUT QUEUE}->[INBOUND-GATEWAY-1]-->[ROUTER]----------->(ACTIVATOR)<--------------- \ ...
1
vote
1answer
379 views

Spring Integration and Tomcat solution vs Websphere MDB solution: functionality?

We're looking at the choice between implementing an enterprise integration solution in either: Spring/Spring Integration/JMS/Spring Web MVC Websphere Application Server/MDB/Spring What are the ...
1
vote
2answers
150 views

Distributed “Spring Integration” contexts

Hi The spring control bus resides in one context (or am i wrong ?) A spring integration context would expose and consume services using channels and adaptors. So in a distributed environment what is ...
1
vote
3answers
276 views

Feasibility of Spring Integration [closed]

I am new to Spring Integration .There a few questions I have regarding spring integration What are some real time scenarios in which spring integration can be implemented ? What is the advantage of ...
1
vote
1answer
130 views

Competing Consumers

I want to configure a spring integration application so that if I put a number of tasks, each represented by one message, on a channel then one of a group of endpoints will pick the next task and ...
1
vote
4answers
622 views

Should I use Spring integration or Spring social to interact with twitter and Facebook?

I'll soon start a new project in Grails in which I have to interact with Facebook and Twitter (and possibly myspace too). I was wondering if someone already tried to do this through Spring ...
1
vote
1answer
543 views

what versions to use when using Spring-ws spring-integration and spring-security altogether

I'm using Spring-integration 2.0.0 and wanted to secure the calls to the web services exposed by Spring integration. So I used the secured channels and it works fine so far using Spring-core 3.0.5 and ...
1
vote
1answer
288 views

Securing JMS message-driven-channel-adapter

I am using a message-driven-channel-adapter to read messages off MQ queue, and this has been working fine in development. Now, in preparation for the first production release, I have to read a secured ...
1
vote
1answer
491 views

Spring Integration @Splitter, what is happening to the header values I have modified?

I have a spring integration splitter with the following method signature: @Splitter public List<Message<String[]>> splitCsvIntoSeperateMessages(Message<List<String[]>> ...
1
vote
1answer
143 views

MessageHeaders get lost at HttpOutboundGateway

I implemented the Message interface to include some headers for use with a HeaderValueRouter on server side. Within one VM this works (tested using a filter between two endpoints). But if I send the ...
1
vote
1answer
178 views

spring integration and persistent objects

I am trying to use spring integration to decouple longer running action to get the response faster back to the user. The request creates a gps position entry in our database. I want to do a http ...
1
vote
2answers
212 views

Only the first message is delivered to the server

I'm trying to poll a DB on client side and send the result over HTTP to a server which collects data. Unfortunatly only the first message is delivered. I'm new to spring-integration (1.0.3) What is ...
1
vote
1answer
335 views

Spring MVC 3.0: Avoiding explicit JAXBElement<> wrapper in method arg

I have the following method and want to avoid having to explicitly show the JAXBElement<> syntax. Is there some sort of annotation that would allow the method to appear to accept raw ...
1
vote
1answer
718 views

Expose a POJO as a Websevice in Mule via Configuration _Only_?

Technologies Involved Mule Apache CXF Given A simple POJO (controversial acronym, but let's say a smart POJO): public class SmartPojo implements SomeBusinessInterface { public ...
1
vote
1answer
2k views

DefaultMessageListenerContainer not working with Websphere MQ

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 getting the following error: ...
1
vote
2answers
926 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 ^---------- Transformer <- ...
1
vote
1answer
369 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 placed in an ...

1 2