I am working on a POC using Spring Integration and STOMP. The initial POC is successful. I followed the adapters configuration mentioned in https://docs.spring.io/spring-integration/reference/html/stomp.html#stomp
In my POC, I did not include the last two @Bean definitions from the above link.
Inbound Channel Adapter and Message Handlers were sufficient to handle the incoming messages.
Now, my question is: What is the difference between Inbound channel adapters and application event listing message producers? Is ApplicationListener used when we follow DSL as mentioned in an example here?
Thanks,
Mahesh