Universal Messaging 10.3 | Developer Guide | Enterprise APIs | Enterprise Developer's Guide for C# | Examples | Publish / Subscribe using Channel Topics | Batching Server Calls
 
Batching Server Calls
This example shows how to find multiple channels and queues in one call to the server.
Usage
findChannelsAndQueues <RNAME> <name> <name> <name>.....


<Required Arguments>

<RNAME> - The RNAME of the realm you wish to connect to
<name> - The name(s) of the channels to find


Note: -? provides help on environment variables
Application Source Code
Click here for a code example