Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
Best practices
0 votes
1 replies
44 views

I have a setup where I have a splitter that gets a recordset stream (sql driver streaming) from a service that uses jpa and hibernate. I then want to have the flow of the splitter not use the same ...
3 votes
1 answer
151 views

I have a service that polls a database within a transaction, always removing the record and if an exception is thrown during processing adds a new record incrementing the 'try count' for that entry. ...
0 votes
1 answer
48 views

I have a SpringBoot application using version 3.4.1 and also Spring Integration 6.4.1. I am creating WebSockets dynamically, upon an HTTP request, to which I send messages from different threads. The ...
2 votes
1 answer
71 views

I have a spring integration microservice which has an integration flow starting from an Jdbc Inbound Channel adapter. When using JDBC inbound channel adapter in an integration flow, we can set an ...
1 vote
1 answer
51 views

I have a spring integration flow which listens to JMS messages using the Java DSL through the use of a JMS messageDrivenChannelAdapter. It has a subflow as follows: f -> f.handle(ServiceA) ....
1 vote
1 answer
38 views

We are using Spring Integration Flows in a project to create an api out of incoming kafka events. While using these flows certain patterns have emerged in how we use them. To keep our code short and ...
2 votes
1 answer
64 views

I currently have a flow with a splitter and an aggregator that uses a gateway to call another complex flow with asynchronous subflows. Currently I have the gateway configured with a replyTimeout set ...
2 votes
1 answer
73 views

I recently upgraded a project from Spring Integration 5.x to 6.4.4. Everything is working other than one flow setup that is failing and it is hard to see why. (It was working fine before). It is quite ...
0 votes
1 answer
68 views

I am using an executor service to ensure that incoming jms messages are acknowledged after I write them to my database - (Using XA datasources and distributed transaction is not an option we have ...
0 votes
1 answer
79 views

I am consuming messages from Kafka and writing those to a file using SFTP Outbound Adapter on a remote file server. The application will run multi-instance in the cloud environment. I am using leader ...
1 vote
1 answer
68 views

I am using Spring Integration 6.3.3. I have our main IntegrationFlow consuming from a PubSubInboundAdapter defined like this: @Bean public MessageChannel channelA() { return new DirectChannel(); } ...
0 votes
1 answer
35 views

I'm trying to create an implementation of the IntegrationFlowAdapter class that would allow me to take a push notification, copy it for each device token, split the push notification list and have it ...
0 votes
1 answer
29 views

My current workflow has 2 integration flows- First Integration Flow- Polls files from SFTP -> Message Handler -> sends messages to JdbcChannelMessageStore and saves those messages in Jdbc under ...
1 vote
1 answer
105 views

I am trying to build complex Spring Integration flows where parts of the flows need to handle error scenarios and provide a different branches in the flow that will skip some processing and continue ...
1 vote
1 answer
90 views

I'm waiting for a message to come, but when it doesn't I want to do some calculation. Something like the following (what I want): IntegrationFlows.from(messageChannel) .timeout(1, ...

15 30 50 per page
1
2 3 4 5
...
61

AltStyle によって変換されたページ (->オリジナル) /