uCosminexus Service Platform, Basic Development Guide

[Contents][Glossary][Index][Back][Next]

8.6.2 Creating a Shared Transmission Queue (JMS)

Create a shared transmission queue necessary for sending a request message from the service requester. The shared transmission queue sends the request messages from the service requester to the shared receive queue provided by the HCSC server.

To create a shared transmission queue, use the hrmmkque command of Cosminexus RM. This subsection explains the specification values for the options of the hrmmkque command. For details about the options not explained here, see the manual Cosminexus Application Server Cosminexus Reliable Messaging.

Organization of this subsection
(1) hrmmkque command option specification values

(1) hrmmkque command option specification values

-t queue-type
Specify shr_send (shared transmission queue).

-b registration-destination-queue-name-for-using-shared-queue
Specify either of the following:
Cosminexus-RM-system-name_SHR_CSCHCSC-server-nameACPT_DBQ
Specify this option when the HCSC server has a load-balancing cluster configuration.
Cosminexus-RM-system-name_SHR_CSCHCSC-cluster-nameACPT_DBQ
Specify this option when the HCSC server has the HAcluster configuration.
HCSC-cluster-name is the cluster name of the HCSC server determined during HCSC server configuration deployment in the development environment and the operating environment.