spring-integration-samples icon indicating copy to clipboard operation
spring-integration-samples copied to clipboard

You are looking for examples, code snippets, sample applications for Spring Integration? This is the place.

Results 21 spring-integration-samples issues
Sort by recently updated
recently updated
newest added

I'm pretty sure that no one uses XML configuration any more. Would be nice to have the examples updated with the proper annotations.

new sample request

I am importing the splunk in separate project then found error from this line org.springframework.boot spring-boot-starter-parent 2.2.0.BUILD-SNAPSHOT if I change the version 2.2.0.BUILD-SNAPSHOT to 2.1.6.RELEASE then I can able to...

waiting-for-reporter

IOException:Socket closed during message assembly. When i send tcp data.

waiting-for-reporter

I'm trying to set up Spring Integration in a Kotlin application, what would be the best example for that? Something like doing CRUD on Rest endpoints, parsing JSON, etc.

There is any way to use spring-integration-mqtt over UDP or use mqtt-sn?

There is an old `reactor.tuple.Tuple` usage in the XML config. 1. The Reactor isn't required dependency for SI since 4.2 (at least until 5.0) 2. In the Reactor `2.0.x` the...

Regarding the kafka sample code, currently you can only have one message key, which you set it in application.properties. After running the application there is no way to change it....

The service class is missing the StringConversionService. I found it in another example in the repo but I'm assuming you would like this code to be self contained.

i want to sent json by post method after change integration configuration and write test i send object but response is failed ``` xml ``` ``` java @Test public void...

Is there an no xml example of the basic jdbc sample available? Am particularly interested in converting the following part using annotations. ``` ```