Spring入站通道适配器与应用程序事件列表消息生成器之间的区别

问题描述 投票:0回答:1

我正在使用Spring Integration和STOMP进行POC。初始POC成功。我遵循了https://docs.spring.io/spring-integration/reference/html/stomp.html#stomp

中提到的适配器配置

在我的POC中,我没有包括上述链接中的最后两个@Bean定义。

入站通道适配器和消息处理程序足以处理传入消息。

现在,我的问题是:入站通道适配器应用程序事件列表消息生产者之间有什么区别?如示例here中所述,当我们遵循DSL时是否使用ApplicationListener?

谢谢,

Mahesh

我正在使用Spring Integration和STOMP进行POC。初始POC成功。我遵循了https://docs.spring.io/spring-integration/reference/html / ...

spring-integration spring-integration-dsl
1个回答
0
投票
© www.soinside.com 2019 - 2024. All rights reserved.