Universal Messaging 10.1 | Developer Guide | Enterprise APIs | Enterprise Developer's Guide for C# | Examples | Channel / Queue / Realm Management | Multiplex a Session
 
Multiplex a Session
Multiplex two Universal Messaging sessions over one channel.
Usage
multiplex <channel name> [start eid] [debug] [count] [selector]

<Required Arguments>

<channel name> - Channel name parameter for the channel to subscribe to" );

[Optional Arguments]

[start eid] - The Event ID to start subscribing from" );
[debug] - The level of output from each event, 0 - none, 1 - summary, 2 - EIDs, 3 - All" );
[count] - The number of events to wait before printing out summary information
[selector] - The event filter string to use


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