Universal Messaging 9.9 | Universal Messaging Developer Guide | Enterprise APIs | Enterprise Developer's Guide for C++ | Code Examples for C++ | Channel / Queue / Realm Management | C++ Client: Create Channel Join
 
C++ Client: Create Channel Join
Create a join between two Universal Messaging Channels
Usage

makechanneljoin <rname> <source channel name> <destination channel name>
[max hops] [selector] [allow purge]


<Required Arguments>


<rname> - the rname of the server to connect to

<source channel name> - Channel name parameter of the local channel name to join

<destination channel name> - Channel name parameter of the remote channel name to join


[Optional Arguments]


[max hops] - The maximum number of join hops a message can travel through

[selector] - The event filter std::string to use on messages travelling through
this join

[allow purge] - boolean to specify whether purging is allowed (default : true)
Application Source Code
Click here for a code example

Copyright © 2013-2015 | 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.
Innovation Release