简体   繁体   English

在WSO2 ESB中将ActiveMQ用作事件代理

[英]Use ActiveMQ as Event Broker in WSO2 ESB

In my wso2 esb 4.5.0-environment I want to send messages to ActiveMQ via the event mediator. 在我的wso2 esb 4.5.0环境中,我想通过事件介体将消息发送到ActiveMQ。

By default, the event mediator is connected to an internal, memorybased eventbroker in wso2 esb. 默认情况下,事件介体连接到wso2 esb中基于内存的内部事件代理。

There is a possibility to change the event broker to WSO2 Message broker. 可以将事件代理更改为WSO2消息代理。 This change is achieved by editing the file $wso2esb_home/repository/conf/event-broker.xml . 通过编辑文件$wso2esb_home/repository/conf/event-broker.xml可以实现此更改。

In the file there is an example config for WSO2 MB, but not for ActiveMQ. 该文件中有一个用于WSO2 MB的示例配置,但没有用于ActiveMQ的示例配置。

What are the configuration settings for ActiveMQ as eventbroker? ActiveMQ作为事件代理的配置设置是什么?

我们最终通过开发一个自定义中介程序解决了这个问题,该中介程序使用JMS与ActiveMQ进行通信。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM