spring-integration-samples
spring-integration-samples copied to clipboard
You are looking for examples, code snippets, sample applications for Spring Integration? This is the place.
Currently, this project looks like a project that has lots of examples. Underlying these examples are mostly XML-based, which is super unreadable for new users. I think this project should...
While trying out the enricher example by using Java DSL, I am unable to replace the payload that contains User object with only username field using the method: **.enrich(p ->...
Hello! Can add the sample code of mqttv5 in spring.integration.samples.basic.mqttv5? Thanks
I'd like there to be examples for using the JavaDSL with Project Reactor. It's very hard to find reference to such usage. In general, this repo is super confusing and...
How do I make it accept an array of multipart files? I also tried to test this to the multipart form of the postman. Unfortunately, I'm getting the same issue....
I created a sample that demonstrates the use of Http Inbound Components, Http Outbound Components, UDP Adapters and IntegrationFlowContext class to create a UDP multicast synchronous gateway. The idea is...
Refactored the helloworld integration-samples to be completely annotation based.
I'm trying to wrap my head around how to make the DynamicTcpClientApplication also give back the response data sent with: ``` @MessagingGateway(defaultRequestChannel = "toTcp.input") public interface ToTCP { public void...