uCosminexus Service Platform, Basic Development Guide

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

8.6 Service Requester That Sends Requests to a Standard Asynchronous Reception (MDB (database queue))

A service requester that sends a request to a standard asynchronous reception (MDB (database queue)) of an HCSC server that invokes a service component can be either TP1/Server Base Enterprise Option (TP1/EE) or JMS.

TP1/Server Base Enterprise Option (TP1/EE) service requester
The service requester (TP1/EE) communicates with the standard asynchronous reception (MDB (database queue)) of the HCSC server that invokes the service component via a shared receive queue. The following figure shows the relationship between the service requester (TP1/EE) that sends a request to the standard asynchronous reception (MDB (database queue)) and the HCSC server.

Figure 8-23 Relationship between the service requester (TP1/EE) that sends a request to standard asynchronous reception (database queue) and the HCSC server

[Figure]

JMS service requester
The service requester (JMS) communicates with the standard asynchronous reception (MDB (database queue)) of the HCSC server that invokes the service component via a shared transmission queue and a shared receive queue. The following figure shows the relationship between the service requester (JMS) that sends a request to the standard asynchronous reception (MDB (database queue)) and the HCSC server.

Figure 8-24 Relationship between the service requester (JMS) that sends a request to the asynchronous reception (database queue) and the HCSC server

[Figure]
Organization of this section
8.6.1 Service Requester (Standard Asynchronous Reception (MDB (Database Queue))) Creation Procedure
8.6.2 Creating a Shared Transmission Queue (JMS)
8.6.3 Creating JMS Messages (JMS)
8.6.4 Creating Binary Data (TP1/EE or JMS)
8.6.5 Specifying Parameters (TP1/EE or JMS)
8.6.6 Creating Request Messages (TP1/EE or JMS)
8.6.7 Specifying Binary Data in the Shared Receive Queue (TP1/EE)
8.6.8 Sending JMS Messages (JMS)
8.6.9 Setting Up a Response Queue (TP1/EE or JMS)
8.6.10 Extracting Responses (TP1/EE or JMS)
8.6.11 Acquiring Response Messages (TP1/EE or JMS)