Spring Integration provides an extension of the Spring programming model to support the well-known Enterprise Integration Patterns.

learn more… | top users | synonyms

0
votes
0answers
5 views

Sprint FTP dynamic remote directory creation

I'm using outbound-channel-adapter of spring integration ftp <int-ftp:outbound-channel-adapter id="ftpOutAdapterAutoCreate" session-factory="ftpSessionFactory" channel="outChannel" ...
0
votes
1answer
20 views

Configure the poller in Spring Integration as queue

I'm working at implementing a buffer, in order to execute various jobs. I'm working on a Spring-based project. I decided to use Spring Integration to accomplish my aim. So, I thoung on Cafè ...
1
vote
1answer
10 views

Spring Integration - Reading files from multiple locations & putting them at a central repository

I need to transfer the file contents from multiple servers to a central repository as soon as there is a change in the file. Also the requirement is that only the changed contents should be ...
0
votes
0answers
27 views

Spring Integration: gateway bean not found

I try to using spring integration in different jars. In the A.jar si-context.xml: <context:annotation-config /> <int:annotation-config /> <int:channel ...
0
votes
2answers
15 views

Spring Integration webservice support

I went through some documents relating to Spring Integration WebService support. I currently have a sample webservice , but is not a spring based webservice. Can I call this webservice from my ...
2
votes
2answers
26 views

How to use Spring Integration transformer on file contents and then archive the file

I'm a new user to Spring Integration and want to use it to process some files. My problem is that I do not know use a message transformer and subsequently archive the file (provided no exceptions ...
0
votes
2answers
62 views

Spring Integration, how can I pass inbound http request through outbound gateway?

I'm trying to implement some sort of proxy as part of my data flow, I want to receive a http-request on my inbound gateway and pass it through outbound gateway. I want preserve all query string ...
0
votes
0answers
32 views

transactional poller not working with mssqlerver

i have a transactional poller (spring 3.1.2 and spring-integration 2.2.3) to ensure that messages will be redelivered if the transaction is rolled back by an exception ...
0
votes
1answer
31 views

Is it possible to implement an event driven SFTP inbound adapter instead of a poller driven adapter using Spring?

I have a requirement to develop an SFTP adapter which will download files from a remote location. This process will be scheduled using a quartz scheduler and the schedule time will be set from a gui. ...
0
votes
1answer
44 views

Exception while referring to a bean from ServiceActivator

I am getting the below exception when I am trying to ref the bean from ServiceActivator in Spring Integration: Exception in thread "main" org.springframework.beans.factory.BeanCreationException: ...
0
votes
1answer
35 views

Spring Integration: How to send response packet to client in case of exception using error-channel?

I am using Spring Integration in my project. Endpoints used in application are in-bound gateway, header based router, transformer, spliter, service activator. In case of success flow(not any ...
0
votes
1answer
27 views

HTTP Inbound adapter Differentiate between supported-methods

I have a http inbound adapter defined like so - <int-http:inbound-channel-adapter id="httpInboundAdapter" channel="receiveChannel" name="/inboundAdapter.htm" supported-methods="GET, POST" /> ...
0
votes
1answer
21 views

Implement parallel process in service activator

In my spring integration application flow is like Splitter--routter--Service Activator(2 Activators) -- Aggregator In this ,Will my 2 aggregators work parallelly?? My configuration file is like ...
-1
votes
0answers
21 views

How to implement a taskexecutor in spring integration?

I am new in spring integration. I am trying to create multithreading in spring integration. I understood that we can do it by using task executor. How can i configure this in my config file?? In my ...
2
votes
1answer
66 views

spring-integration unit test outbound-channel adapter

i have the following configuration <int:channel id="notificationChannel" datatype="com.mycompany.integration.NotificationMessage"> <int:queue message-store="jdbc-message-store" ...
0
votes
2answers
46 views

How to test Spring Integration

I am new to Spring Integration. I have ActiveMQ with say a 'responseQ'. So when a message arrives on 'responseQ' -> painResponseChannel -> transformer -> processResponseChannel -> beanProcessing. I ...
0
votes
0answers
14 views

Spring Integration Sending Messages From Splitter w.r.t a Condition

I get a request from WS or JMS. This request has a field that can be null. If it is not null I know what to do. But if it is null, then I need to find applicable alternative values for this field ...
0
votes
3answers
102 views

How to get Object value from message payload in Spring Integration

As show below I have configured spliter and in input-channel value will be generic message of spring integration Generic message Map<String,Object> payload; values are ...
0
votes
0answers
29 views

How to define endpoint mapping for DefaultMethodEndpointAdapter

I am trying to use the Spring Web Services 2.0 DefaultMethodEndpointAdapter to map a Spring Integration Inbound Web Services Adaptor as an Endpoint. But I can not find any documentation to assist me. ...
0
votes
1answer
47 views

Spring integration jdbc message store performance

I was using the SimpleMessageStore ( memory ) as the default Store for an Aggregator, but as i need persistent store, i started using a jdbc solution backed up by Mysql 5.5 But i'm really concerned ...
0
votes
0answers
40 views

Locating NamescpaeHandler for Spring Integration XSD (Schema)

Do you know what dependency will satisfy the inability to locate the Spring Namespacehandler for the Spring Integration schema? I am working on a Spring Integration POC in the Spring Tool Suite and I ...
1
vote
1answer
43 views

How to check-if or wait-for message processing completion?

I want to perform JUnit test for application using Spring-Integration framework. What I want to test is: If the message was properly processed by service activator connected to the channel I am ...
0
votes
1answer
175 views

Spring Integration / JSch: Auth fail

I'm trying to use Spring Integration's SFTP Inbound Channel Adapter, but I'm stuck here: 20:29:30,458 INFO [com.jcraft.jsch] (task-scheduler-6) Connecting to deployment port 22 20:29:30,484 INFO ...
0
votes
1answer
136 views

How to call Service Activator dynamically in spring Integration

Currently in our project we are using spring framework. We are planning to implement Spring Integration framework in our project because of some project requirement. I was going throw Spring ...
0
votes
1answer
15 views

Spring Integration TCP force reconnect from both sides

I recently received an answer on how I could force a reconnect from the client side (Client mode TCP connection factory and adapters). But I also need to be able to close a connection from the server ...
0
votes
1answer
76 views

Downloading files from FTP Server where directory changed dynamically

I am using Spring Integration to download/upload files from FTP server. How can I change remote-directory="/directory Name" dynamically in Spring FTP:Inbound-Channel. My client will create a folder ...
0
votes
1answer
59 views

Can I use Spring Integration instead of Spring MVC for web application?

I am new bee to Spring Integration framework. We are developing web application providing mobile based financial services and using Spring MVC to implement it. We are exposing our services on ...
2
votes
1answer
77 views

Is it worth to use Spring Integration instead of Spring MVC for web-based or mobile based application?

I am developing web application, also in my product we are also providing financial-non financial mobile services. Going in details. In my web application, there is nothing like maintaining flows ...
0
votes
1answer
34 views

Suggestion to Design Report Scheduler Service

I am designing a Report Scheduler Service in Java. The task is to look up in database and find if any report is due for execution, at this particular time. If yes we need to trigger the Report ...
0
votes
1answer
59 views

Using SpEL @Value to get payload or headers

I have a test class, and I would like to be able to use @Value to grab the headers or payload. I made a number of SWAGS that have failed, and now I wonder if it is even possible. Is there a way to ...
0
votes
1answer
70 views

Using spring integration aggregator for web services

I have some services some of them are initiated from JMS messages, others are initiated from WS calls. For all of them I've implemented logging, validation, adaptation (XSD-to-Domain) and persistence ...
0
votes
0answers
33 views

What resources are available for Spring Integration best practices

I'm working on a project where we're working with both Spring Integration & AMQP for the first time. I'm noticing there appears to be a lot of XML configuration involved in wiring everything ...
0
votes
1answer
45 views

Spring integration - File : how to define fixed-rate attribute value during run time [closed]

currently the directory and the fixed rate polling period is taken from properties file. <file:inbound-channel-adapter id="batchFilesStock" ...
0
votes
1answer
127 views

Retrying to send files by spring integration using ftp:outbound channel

I have a working spring batch job with two steps and I want to add a retry logic to ftp sending step. First step reads from database and outputs xml files The second step send this file to an ftp ...
0
votes
1answer
31 views

EAI - messaging bridge vs message translator

I've been reading up on Spring Integration and Enterprise Integration Patterns. I'm stuck on the Messaging Bridge pattern: http://enterpriseintegrationpatterns.com/MessagingBridge.html ...
0
votes
1answer
95 views

request-reply spring integration jms inbound and http outbound

<int-jms:channel id="inputChannel" queue-name="WorkRequest"/> <int-jms:inbound-gateway request-channel="inputChannel" request-destination-name="WorkRequest" extract-request-payload="true" ...
0
votes
2answers
66 views

How to log the received SOAP message in Spring Integration

I have a Web Service based inbound Messaging Gateway configured. I'd like to log the incoming SOAP messages (envelope and all inside it). What would be the best way to do that? I have tried using a ...
0
votes
0answers
34 views

AMQP Reply Channels in Camel

How does one enable request/response behaviour over AMQP with Apache Camel? There are lots of examples of using Camel with JMS, but very few I can find with AMQP. I have an orchestration service that ...
2
votes
2answers
223 views

Spring integration - Queue/Poller seems to exhaust threadpool without any action

I have a Spring integration app, attached to an AMQP broker. I want to receive messages from an amqp-queue, and update db records. In order to improve performance, I have a pool of workers allowing ...
0
votes
2answers
65 views

Spring Integration: Listening for exceptions on inbound-gateway

I'm new to spring integration so I may misuse terms. I've a ws:inbound-gateway listening to soap web service requests. <int-ws:inbound-gateway id="myInGW" ...
1
vote
1answer
58 views

Spring Integration + @Aysnc - Gateway vs ServiceActivator

I have a remote service that I'm calling to load pricing data for a product, when a specific event occurs. Once loaded, the product pricing is then broadcast for another consumer to process elsewhere. ...
0
votes
1answer
48 views

Spring integration - Appropriate pattern for collating/batching service calls

I have a remote service that I'm calling to load pricing data for a product, when a specific event occurs. Once loaded, the product pricing is then broadcast for another consumer to process ...
0
votes
1answer
49 views

How to get header value in bean method

I have custom bean which i use it in spring integration flow. It has method which takes hashmap as argument and its values are set dynamically. I am trying to set the value from the payload header ...
0
votes
0answers
25 views

Spring Integration: Inject request scoped twitter-template bean into inbound-channel-adapter

I have an annotation configured request-scoped TwitterTemplate bean and I want to inject that bean into an xml configured inbound-channel-adapter. What is the best way to do that and are there any ...
0
votes
1answer
117 views

How can I synchronize two or more Spring contexts with RabbitMQ? Broadcasting messages/events?

I'm currently evaluating some ideas how to manage an event synchronization between multiple Spring application contexts, i.e. a Tomcat cluster. In that use case, each of the contexts can produce an ...
0
votes
2answers
149 views

Spring Expression Language equivalent for \r, \n, \t etc

I am using Spring Integration. I get a string (payload) like below: <Element> <Sub-Element>5</Sub-Element> </Element> I need to test if above string starts with ...
1
vote
1answer
34 views

Spring integration TCP, force reconnect

I have the following spring integration TCP connection: <int-ip:tcp-connection-factory id="client" type="client" host="..." port="..." single-use="true" so-timeout="10000"/> I wish to be able ...
0
votes
1answer
44 views

Spring integration | How to preserve message context when using HTTP outbound gateway?

I need to POST a JSON structure to a REST endpoint and process the data it returns (all of this is with JSON). I am planning to use a HTTP outbound gateway for this purpose. Now the thing is that ...
0
votes
1answer
92 views

spring integration inbound email with custom header

I have a spring app that sends emails through and reads emails from a GMail inbox and handles any undelivered mail messages that have been sent through the account but then returned as the recipient ...
0
votes
2answers
432 views

Spring Integration inbound webservices wsdl generation

I am trying to evaluate Spring Integration specially interested in exposing a simple POJO based service into a SOAP based webservice via service activator. Currently I am stuck & have issue ...

1 2 3 4 5 8