Asynchronous save (put) using JMS

Greetings. I need the ability to send messages asynchronously in Java using Universal Messaging 9.7.

What is the best way to do this? Is there a way for me to use the JMS 2.0 API? Can I access a JMSProducer and use the setAsync method?

thanks in advance for your advice.

Rob

There is a JavaAPI available with the UM Installation.

You can use this to build your own clients to connect to and send data to UM.

See UM Guides for Details.

Regards,
Holger

Vielen dank, Holger. I obtained access to the documentation today and am able to see more information.