Universal Messaging 10.1 | Developer Guide | Enterprise APIs | Enterprise Developer's Guide for C++ | Code Examples for C++ | Publish / Subscribe using Datastreams and Datagroups | C++ Client: DataGroup Manager
 
C++ Client: DataGroup Manager
This is an example of how to run a DataGroup manager application
Usage
dataGroupsManager <rname> <Properties File Location>


<Required Arguments>


<rname> - the custom URL to access the realm. Example: nhp://localhost:9000

<Properties File Location Data Groups> - The location of the property file to use
for mapping data groups to data groups

<Properties File Location Data Streams> - The location of the property file to use
for mapping data streams to data groups

<Auto Recreate Data Groups> - True or False to auto recreate data groups takes the
data group property file and creates channels
a group for every name mentioned on the left of equals sign



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