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

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 GitHub - itsJamilAhmed/jms-sample-alibaba-nlp: JMS Samples for using Alibaba Cloud's Natural Language Processing (NLP) SDK.

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.