gpt4 book ai didi

spring-integration - 如何检查邮件 :inbound-channel-adapter in Spring Integration is running?

转载 作者:行者123 更新时间:2023-12-04 05:19:16 24 4
gpt4 key购买 nike

我正在使用控制总线来启动和停止 Spring 集成中的邮件:入站 channel 适配器。
有没有办法检查 channel 状态?如果它正在运行?

非常感谢

最佳答案

使用消息网关向控制总线发送消息...

public interface Gateway {
boolean controlBusBooleanMethod(String command);
}

...

<int:gateway service-interface="foo.Gateway" default-request-channel="toControlBus" />

...

@Autowired
Gateway gateway;

...

boolean isRunning = gateway.controlBusBooleanMethod("@adapter.isRunning()");

....

HTH

关于spring-integration - 如何检查邮件 :inbound-channel-adapter in Spring Integration is running?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13844395/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com