gpt4 book ai didi

spring - channel 到多个出站 channel 适配器

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

我有一个 channel

<int:channel id="myChannel" />

为此,我想将每条消息路由到多个出站 channel 适配器:

<int-jms:outbound-channel-adapter id="ocaOne" channel="myChannel" />
<int-jms:outbound-channel-adapter id="ocaTwo" channel="myChannel" />

我的理解是, channel 将有效地充当队列,但我希望每条消息都转到两个出站 channel 适配器。如何更改 channel 以充当主题?

编辑:

我相信答案是使用 PublishSubscribeChannel 但我不能确定(来源: http://docs.spring.io/spring-integration/reference/html/messaging-channels-section.html )

最佳答案

考虑使用PublishSubscribeChannel ( <publish-subscribe-channel> )改为:

The PublishSubscribeChannel implementation broadcasts any Message sent to it to all of its subscribed handlers.

关于spring - channel 到多个出站 channel 适配器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35439829/

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