The Optimized Data Queue Server
The Optimized Data Queue Server is used by Client Access optimized clients to process requests made by client programs using the Client Access API to access IBM i data queues. Original clients use the Original Data Queue Server to process these requests. The following table lists the Optimized Data Queue Server functions used by the different client actions.
Client Action | Server Name | Server Function |
---|---|---|
Create a data queue | *DATAQSRV | CRTDTQ |
Delete a data queue | *DATAQSRV | DLTDTQ |
Query a data queue | *DATAQSRV | QRYDTQATR |
Send a message to a data queue | *DATAQSRV | SNDDTQMSG |
Receive a message from a data queue | *DATAQSRV | RCVDTQMSG RECVMSG |
Clear all messages from a data queue | *DATAQSRV | CLRDTQMSG |
Cancel a pending data queue request | *DATAQSRV | CNLPNDRCV |