Create SIBJMSConnectionFactory

Create a SIBJMSConnectionFactory on a given scope.
Table 1. Input properties for the Create SIBJMSConnectionFactory step
Name Type Description Required
Command Path String The directory location of the wsadmin command-line executable: e.g., /opt/IBM/WebSphere/AppServer/bin/. No
User Name String The user name to be used to connect to the WebSphere® Node. No
Password Password The password to be used to connect to the WebSphere Node. No
Host String Hostname of the server to connect to. No
Port String The port to connect to. No
Connection Type Enumeration:
  • SOAP
  • RMI
  • NONE
The type of connection to use with wsadmin. Yes
Scope String The containment path to the parent on which to create this SIBJMSConnectionFactory. i.e. /Cell:cellName/ServerCluster:clusterName/. Note, it must end with a / Yes
SIBJMSConnectionFactory Name String The name of the SIBJMSConnectionFactory to create. Yes
JNDI Name String The JNDI name of the Connection Factory to create. Yes
Bus Name String The name of the SIBus to association this Connection Factory with. Yes
Type String The type of the Connection Factory to create. Use Queue or Topic. Yes

Feedback