Questions tagged [spring-integration-dsl]

861 questions
0
votes
1 answer

Spring Integration DSL Unit test cases failure on running all from build script

I have some unit test cases written for spring integration flows. On running the individual test cases from IDE no issues, but on running all test cases from gradle build some test cases are failing. I found a QC on related…
Sdubba
  • 27
  • 5
0
votes
1 answer

How to put a msg to queue as json format using Spring Integration AMQP

Currently I'm trying to put a message to queue with json format. Below it's my code snippet but it does not work. return IntegrationFlows.from(Amqp.inboundAdapter(connectionFactory, NOTE_INCOMING_QUEUE) .concurrentConsumers(2)) …
-1
votes
1 answer

Spring Integration - upload file to Dynamic SFTP Server

I am trying to upload files to dynamic SFTP servers whose config details I will receive in a String message with file content. I have researched about spring Integration which will help me in dynamically connecting to SFTP servers to upload the…
-1
votes
1 answer

Using multiple service activators in single application

I have multiple workflows running in same application at the moment but they eventually will run in their dedicated jvm. Looks like i can only have one service activator with one handle method provided, not able to find how to add multiple,…
Mark1234
  • 589
  • 2
  • 8
  • 24
-1
votes
1 answer

Spring Integration DSL FTP

I have Spring inbound for the FTP I am looking at the document https://docs.spring.io/spring-integration/reference/html/ftp.html If you happened to have one or more files sitting in the local-directory, it would process those files before it would…
-1
votes
1 answer

Spring Integration DSL Stackoverflow Error

We are using Spring Integration Java DSL and intermittently we are observing stackoverflow error , and from stack-trace , we observe the infinite loop too . But unable to figure out why its happening intermittently and why not always . Stacktrace…
1 2 3
57
58