getWSN_SIBWSInboundPort command

Use the getWSN_SIBWSInboundPort command to retrieve a reference to an inbound port associated with a Version 6.1 WS-Notification service point.

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 using wsadmin scripting .

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

Purpose

This command retrieves a reference to a specified service integration bus inbound port associated with a Version 6.1 WS-Notification service point. Only use this command with Version 6.1 WS-Notification services. There are no bus-enabled inbound ports associated with a Version 7.0 WS-Notification service point..

Target object

WSNServicePoint

Required parameters

-type
The type of service integration bus inbound port to retrieve. Valid options are:
  • BROKER (notification broker)
  • SUB_MGR (subscription manager)
  • PUB_REG_MGR (publisher registration manager)

Conditional parameters

None.

Optional parameters

None.

Example

Retrieve a reference to the subscription manager service integration bus inbound port from the Version 6.1 WS-Notification service point newServicePoint created in the example from topic "Creating a new WS-Notification service point by using the wsadmin tool" :

subManInboundPort = AdminTask.getWSN_SIBWSInboundPort(newServicePoint, ["-type", "SUB_MGR"] ) 



Related concepts
WS-Notification
Related tasks
Using WS-Notification for publish and subscribe messaging for web services
Securing WS-Notification
Related reference
WS-Notification troubleshooting tips
Reference topic Reference topic    

Terms of Use | Feedback

Last updatedLast updated: Sep 19, 2011 7:16:32 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=matt&product=was-express-iseries&topic=rjwsn_cli_inport_get
File name: rjwsn_cli_inport_get.html