You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In what version(s) of Spring Integration are you seeing this issue?
6.1.1 and main branch
Describe the bug
Not a code bug, just wrong documentation. In the text about Outbound Channel Adapters for JMS it reads: The following configuration produces an adapter that receives Spring Integration messages from the exampleChannel [...]
I believe the Java DSL and Kotlin DSL examples are wrong, as they aren't mentioning exampleChannel so I fail to see how they read from exampleChannel?