Files
spring-integration-samples/basic
abilan 4eef6ee08b GH-340: Fix logging for WebSocket server side
Fixes https://github.com/spring-projects/spring-integration-samples/issues/340

The `LoggingHandler` uses a `org.springframework.integration.handler` category by default.
So, the `info` provided for the `loggingChannelAdapter` service activator does not
have any effects because `logback.xml` has an `ERROR` for the
`org.springframework.integration` category

* Use dedicated `wsLog` category in the `LoggingHandler` bean definition
to print a server message published to the subscribed web socket clients
2023-01-03 11:55:36 -05:00
..
2022-12-21 11:29:40 -05:00
2022-12-21 11:29:40 -05:00
2022-12-21 11:29:40 -05:00
2022-12-21 11:29:40 -05:00
2022-12-21 11:29:40 -05:00
2022-12-21 11:29:40 -05:00
2022-12-21 11:29:40 -05:00
2022-12-21 11:29:40 -05:00
2022-12-21 11:29:40 -05:00
2022-12-21 11:29:40 -05:00
2022-12-21 11:29:40 -05:00
2022-12-21 11:29:40 -05:00
2022-12-21 11:29:40 -05:00
2022-12-21 11:29:40 -05:00
2022-01-20 17:10:31 -05:00
2022-12-21 11:29:40 -05:00
2022-12-21 11:29:40 -05:00
2019-03-22 15:59:21 -04:00

Basic Samples

This is a good place to get started. The samples here are technically motivated and demonstrate the bare minimum with regard to configuration and code to help you to get introduced to the basic concepts, API and configuration of Spring Integration and how they relate to Enterprise Integration Patterns (EIP).

For example; if your are looking for an answer on how to wire a Service Activator to a Channel or how to apply a Gateway to your message exchange or how to get started with using the Mail or XML module etc., this would be the right place to find a good sample.