简体   繁体   English

如何从 WSO2 EI/ESB 向 Azure 服务总线主题发布消息?

[英]How to publish message to Azure Service Bus topic from WSO2 EI/ESB?

I am trying to integrate a topic in Azure Service Bus to WSO2 EI-ESB Profile.我正在尝试将 Azure 服务总线中的主题集成到 WSO2 EI-ESB 配置文件中。 I have a message, which I have to publish to the topic "myTopic", which is in ASB.我有一条消息,我必须将其发布到 ASB 中的主题“myTopic”。

How can I enable the sender and what are the libraries and steps to perform this operation?如何启用发件人以及执行此操作的库和步骤是什么?

I have used the libraries mentioned in the following link Link to Article and used an address endpoint to publish the message, but unable to decide on how to enable the transport sender in axis2.xml, and what are the properties/parameters to be used.我使用了以下链接链接到文章中提到的库并使用地址端点发布消息,但无法决定如何在axis2.xml 中启用传输发送方,以及要使用的属性/参数是什么。

Thanks in advance.提前致谢。

Did you try uncommenting您是否尝试取消注释

<transportSender name="jms" class="org.apache.axis2.transport.jms.JMSSender"/>

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

相关问题 Azure服务总线:如何将超过256KB的消息发布到主题? - Azure Service Bus: How to publish more than 256KB message to a Topic? 向 Azure 服务总线发送消息以从 Angular 创建主题? - Sending a message to Azure Service Bus to create a topic from Angular? 如何在azure服务总线主题订阅中的消息中指定发件人订阅? - How to specify the sender subscription in a message in azure service bus topic subscription? 如何在Azure Service Bus主题上删除DeadLetter消息 - How do I delete a DeadLetter message on an Azure Service Bus Topic Azure服务总线-主题接收的消息的确认 - Azure Service Bus - Acknowledgement for message received by topic Azure Service Bus主题-订阅消息到期 - Azure Service Bus topic - subscription message expiry 如何将Azure Service Bus主题订阅中的消息订阅到Web API? - How to subscribe message from Azure service bus topic subscription to web api? 如何使用 Python 从 Azure 服务总线主题读取所有消息? - How to read all message from Azure Service Bus topic using Python? 如何从 .net 核心应用程序向服务总线主题发送消息 - How to send a message to service bus topic from .net core application 如何从Azure服务总线主题订阅中接收JSON对象 - How to receive JSON object from the azure service bus topic subscriptions
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM