简体   繁体   中英

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. I have a message, which I have to publish to the topic "myTopic", which is in ASB.

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.

Thanks in advance.

Did you try uncommenting

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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