Universal Messaging 10.3 | Developer Guide | Enterprise APIs | Enterprise Developer's Guide for Java | Code Examples | Administration API
 
Administration API
 
Java Client: Add a Queue ACL Entry
Java Client: Modify a Channel ACL Entry
Java Client: Delete a Realm ACL Entry
Java Client: Add a Schedule to a Universal Messaging Realm
Java Client: Simple authentication server
Java Client: Monitor realms for cluster creation, and cluster events
Java Client: Monitor realms for client connections coming and going
Java Client: Copy a channel and its attributes
Java Client: Monitor the remote realm log and audit file
Java Client: Export a realm to XML
Java Client: Import a realm's configuration information
Java Client: Console-based Realm Monitor
Java Client: Realm Monitor
Java Client: Create Cluster
Java Client: Create Security Group
Java Client: Add Security Group Subject
Java Client: Delete Security Group Subject
Java Client: Delete Security Group
Java Client: Add a Queue ACL Entry
This example demonstrates how to add an ACL entry to a Universal Messaging Queue.
Usage

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

<Required Arguments>

<queue name> - Queue name parameter for the queue to add the ACL entry to
<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

[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


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