Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个通过 TCP 与核心模块交互的 ESB。为了实现高可用性,我部署了 2 个核心模块节点并使用 LoadBalance Endpoint 在 ESB 中配置这些节点。我还编写了自己的 TCP Sender,它扩展了 AbstractTransportSender 类以将消息发送到核心节点。
我的问题是:当我的 TCP Sender 检测到一个节点断开连接时,它如何以编程方式通知 ESB 在多次失败尝试后停止向该节点发送消息?