【发布时间】:2018-08-06 12:10:54
【问题描述】:
我应该如何跟踪 int-http:outbound-gateway 和 int-jms:outbound-channel-adapter?下面是java类对应的组件的映射。请核实。 我需要在以下 bean 上调用 setShouldTrack(true) 方法,以便可以在消息历史记录(名称、类型、时间戳)中获取这些组件详细信息
int-ws:outbound-gateway org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
int-http:inbound-gateway org.springframework.integration.http.inbound.HttpRequestHandlingMessagingGateway
int-http:outbound-gateway org.springframework.integration.http.outbound.HttpRequestExecutingMessageHandler
int-jms:message-driven-channel-adapter org.springframework.integration.jms.JmsSendingMessageHandler
int-jms:outbound-channel-adapter ??
目前我能够跟踪 int-http:inbound-gateway 和 int-jms:message-driven-channel-adapter。
【问题讨论】: