Universal Messaging 10.3 | Developer Guide | Enterprise APIs | Enterprise Developer's Guide for C# | Examples | Administration API
 
Administration API
 
Add a Queue ACL Entry
Modify a Channel ACL Entry
Delete a Realm ACL Entry
Monitor realms for client connections coming and going
Export a realm to XML
Import a realm's configuration information
Console-based Realm Monitor
Simple authentication server
Set Container ACL
Difference between 2 realms
Add a Queue ACL Entry
This example demonstrates how to add an ACL entry to a Universal Messaging Queue.
Usage

naddqueueacl <rname> <user> <host> <queue name> [list_acl] [modify_acl] [full] [peek]
[push] [purge] [pop]

<Required Arguments>

<rname> - the custom URL to access the realm. Example: nhp://localhost:9000
<user> - User name parameter for the queue to add the ACL entry to
<host> - Host name parameter for the queue to add the ACL entry to
<queue name> - Queue name parameter for the queue to add the ACL entry to

[Optional Arguments]

[list_acl] - Specifies that the list acl permission should be added
[modify_acl] - Specifies that the modify acl permission should be added
[full] - Specifies that the full permission should be added
[peek] - Specifies that the peak permission should be added
[push] - Specifies that the push permission should be added
[purge] - Specifies that the purge permission should be added
[pop] - Specifies that the pop permission should be added
Application Source Code
Click here for a code example