Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 466 Bytes

File metadata and controls

8 lines (6 loc) · 466 Bytes

Request and Response Example

This example demonstrates how to create a simple RPC (Remote Procedure Call) Service will allow clients (or requesters) to send a request with a message and receive a response from the server (or responder) with a greeting.

This example uses Direct Reply-To feature since the reply queue is not specified by the client, but it is automatically created by the server.