Universal Messaging C# .NET: Requester - Request/Response
This example shows how to request a response in a request/response fashion.
Usage
request <channel name>
<Required Arguments>
<request queue> - Queue onto which request are published
<response queue> - Queue onto which responses are published
<channel name> - Channel name parameter for the channel to subscribe to
<tag> - the tag to identify this requester by.
[Optional Arguments]
[asynchronous] - Whether to use asynchronous producing and consuming - true/false, default false.
[transactional] - Whether to use transactional production and consumption of events - true/false, default false.
Note: -? provides help on environment variables
Application Source Code