deleteWSNAdministeredSubscriber command

Use the deleteWSNAdministeredSubscriber command to delete a WS-Notification administered subscriber. An administered subscriber provides a mechanism for the WS-Notification service point to subscribe to an external notification producer at server startup time.

You can delete a WS-Notification administered subscriber by using the wsadmin tool as described in this topic, or by using the administrative console as described in Deleting WS-Notification administered subscribers.

To run the command, use the AdminTask object of the wsadmin scripting client.

The wsadmin scripting client is run from Qshell. For more information, see Configuring Qshell to run WebSphere® Application Server scripts .

Command-line help is provided for service integration bus commands:

After using the command, save your changes to the master configuration; for example, by using the following command:


AdminConfig.save()

Purpose

This command deletes a WS-Notification administered subscriber.

Target object

WSNAdministeredSubscriber

Required parameters

None.

Conditional parameters

None.

Optional parameters

None.

Example

Delete the administered subscriber newAdminSub created in the example from topic "Creating a new WS-Notification administered subscriber by using the wsadmin tool" :
  • Using Jython:
    AdminTask.deleteWSNAdministeredSubscriber(newAdminSub)
  • Using Jacl:
    $AdminTask deleteWSNAdministeredSubscriber $newAdminSub



Related concepts
WS-Notification
Related tasks
Using WS-Notification for publish and subscribe messaging for web services
Securing WS-Notification
Deleting WS-Notification administered subscribers
Listing active WS-Notification administered subscribers
Related reference
WS-Notification troubleshooting tips
Related information
Administered subscribers [Collection]
Reference topic Reference topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Feb 5, 2014 9:49:51 PM CST
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=compass&product=was-nd-mp&topic=rjwsn_cli_wsnadminsub_del
File name: rjwsn_cli_wsnadminsub_del.html