Send the JMS message with parameters specified to the transmission queue.
To send a JMS message:
- Start a local transaction and register the JMS message.
- Example:
- Define the termination process.
- Example:
qSession.commit(); // local transaction commit
qSender.close(); // QueueSender release
qSession.close(); // QueueSession release
qConnection.close(); // QueueConnection release |