Universal Messaging 9.10 | Universal Messaging Developer Guide | Enterprise APIs | Enterprise Developer's Guide for C++ | Code Examples for C++ | Publish / Subscribe using Channel Topics | C++ Client: Batching Subscribe Calls
 
C++ Client: Batching Subscribe Calls
This example of batching shows how to subscribe to multiple Universal Messaging Channels in one server call.
Usage
sessionSubscriber <RNAME> <channelnames>


<Required Arguments>


<RNAME> - The RNAME of the realm you wish to connect to

<channelnames> - Comma separated list of channels 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
Application Source Code
Click here for a code example

Copyright © 2013-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.