uCosminexus Service Platform, Basic Development Guide

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

8.5.2 Creating a Transmission Queue

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

To create a transmission queue, use the hrmmkaddr and hrmmkque commands of Cosminexus RM.

This subsection explains the specification values for the options of the hrmmkaddr and hrmmkque commands. For details about the options not explained here, see the manual Cosminexus Application Server Cosminexus Reliable Messaging.

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

(1) hrmmkaddr command option specification value

The option specification value of the hrmmkaddr command is described below.

-u destination-address
Specify the destination address of the HCSC server (URL of the Web application used for transmit between queues of the after moved system).
 
http://host-name:port-name#1/context-root#2/services/HRMReceiver/
https://host-name:port-number#1/context-root#2/services/HRMReceiver/
#1
This is the HCSC server's URL.
#2
This is the context root of the Web application used for transmit between queues of receiving Cosminexus RM. The default value is uCosminexusRM.

(2) hrmmkque command option specification values

-t queue-type
Specify transmit (transmission queue).

-m queue-persistence
Specify persistent (persistent queue attribute).

-v transfer-destination-queue-name
Specify either of the following:
CSCHCSC-server-nameACPT_RCVQ
Specify this option when the HCSC server has a load-balancing cluster configuration.
CSCHCSC-cluster-nameACPT_RCVQ
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.

-i queue-transfer-mode
Specify Compatible (compatible mode).