uCosminexus Service Platform, Basic Development Guide
Create a QueueSender object and a JMS message in order to send a request to the standard asynchronous reception (MDB (database queue)) for service component execution, and send them to the shared transmission queue. For details about developing an application for sending JMS messages, see the manual Cosminexus Application Server Cosminexus Reliable Messaging.
For the payload of the created JMS message, specify binary data whose parameters have been specified. Create the JMS message in BytesMessage, and specify the binary data whose parameters have been specified as the payload of BytesMessage. Even if there is no request message, specify binary data as the payload of BytesMessage.
The properties of the JMS message are ignored even if specified.
For details about the JMS message creation procedure, see 8.5.3 Creating JMS Messages.
All Rights Reserved. Copyright (C) 2015, Hitachi, Ltd.