Creating, Editing, or Deleting a Port
5-10 BEA Systems, Inc.
c. From the Disposition Protocol drop-down list, select JMSQ.
d. In the Disposition field, enter a JMS destination.
When pointing Application Explorer to an iBSE deployment, use the following
format:
zjmsq:myQueueName@myQueueFac;jndiurl=[myurl];
jndifactory=[myfactory];user=[user];password=[xxx];
errorTo=[pre-defined port name or another disposition url]
When pointing Application Explorer to a JCA deployment, use the following
format:
jms:jmsqueue@jmsfactory;jndiurl=;jndifactory=;
The following table lists and describes the parameters for the disposition.
Parameter Description
queue JNDI name of a queue to which events are emitted.
Connection
Factory
A resource that contains information about the JMS Server. The
WebLogic connection factory is:
javax.jms.QueueConnectionFactory
jndiurl The URL to use to contact the JNDI provider. The syntax of this
URL depends on which JNDI provider is being used. This value
corresponds to the standard JNDI property,
java.naming.provider.url
For BEA WebLogic Server this is:
t3://host:port
where:
host
Is the machine name where WebLogic Server is installed.
port
Is the port on which WebLogic server is listening. The default
port if not changed at installation is 7001.