Universal Messaging 10.11 | Administration Guide | Using Command Central to Manage Universal Messaging | Using the Command Line to Manage Universal Messaging | Queue Snoop | Stop Snooping on a Queue
 
Stop Snooping on a Queue
Stops snooping on events on a queue for a specific user.
Syntax
sagcc exec administration component nodeAlias Universal-Messaging-instanceName
queues stopSnoop name=queueName user=userName
Arguments and Options
nodeAlias
Required. The alias name of the installation in which the Universal Messaging server instance is installed.
Universal-Messaging-instanceName
Required. The ID of the Universal Messaging server instance on which you want to stop snooping.
name=queueName
Required. The name of the queue on which you want to stop snooping.
user=userName
Required. The username of the user for whom you want to stop snooping.
Examples
To stop snooping for events on queue "queue1", created on the server instance with ID "Universal-Messaging-umserver" that is installed in the installation with alias name "sag01", for user "Administrator":
sagcc exec administration component sag01 Universal-Messaging-umserver
queues stopSnoop name=queue1 user=Administrator