Universal Messaging 10.1 | Developer Guide | Enterprise APIs | Enterprise Developer's Guide for C++ | Code Examples for C++ | Publish / Subscribe using Channel Topics | C++ Client: Batching Server Calls
 
C++ Client: 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