uCosminexus Service Platform, Basic Development Guide
Send the JMS message with parameters specified to the transmission queue.
To send a JMS message:
qSender.send(message); |
qSession.commit(); // local transaction commit qSender.close(); // QueueSender release qSession.close(); // QueueSession release qConnection.close(); // QueueConnection release |
All Rights Reserved. Copyright (C) 2015, Hitachi, Ltd.