🎄 Happy Holidays! 🥳

Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.

Happy Holidays!

Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.

Now Available: JMS Samples Using Alibaba Cloud’s Natural Language Processing (NLP) SDK

hong
hong Guest Posts: 480 ✭✭✭✭✭

There are two applications coded to the JMS API in a Requestor and Replier role, respectively. The requestor program collects user input from the console and submits each line for translation as a JMS request message. The replier program receives the JMS request message, calls the Machine Translation API to translate the text payload to Chinese, and responds with the result as a new JMS reply message. The requestor program outputs to screen the Chinese-language translation.

Check out the project at https://github.com/itsJamilAhmed/jms-sample-alibaba-nlp/.

Read Jamil’s blog post to get more information on how to unlock the power of Alibaba’s Machine Translation Service with JMS, HTTP, and MQTT.