C++ Client: Delete Queue Join
Delete a join between a Universal Messaging Queue and a Universal Messaging Channel
Usage
deletequeuejoin <rname> <source channel name> <destination queue name>
<Required Arguments>
<rname> - the custom URL to access the realm. Example: nhp://localhost:9000
<source channel name> - Channel name parameter of the local channel name to join
<destination queue name> - Queue name parameter of the remote queue name to join
Application Source Code