Creating Java Message Service connection factories in WebLogic Server

When you create a Java™ Message Service (JMS) module, you must create a connection factory to access bus destinations. The connection factory specifies the Java Naming and Directory Interface (JNDI) name.

Procedure

  1. In the WebLogic Server administration console http://servername:7001/console. click Lock and Edit.
  2. Select Services > Messaging > JMS Modules.
  3. Select the JMS module to which you want to create a connection factory and click New.
  4. Click Connection Factory and click Next.
  5. Specify intjmsconfact as the name.
  6. Specify jms/maximo/int/cf/intcf as the JNDI name.
  7. Accept the default settings for the targets and click Finish.


Feedback