Show TOC

 Defining and Un-defining a JMS LibraryLocate this document in the navigation structure

Use

If you have deployed a JMS library on the J2EE Engine without using the JMS Connector Service, you can add it to the list of registered JMS libraries. Thus, you can use it to create JMS ConnectionFactory objects without deploying it again using JMS Connector Service.

Procedure

You can define and un-define a JMS library using the:

  • Visual Administrator
  • Console Administrator

Visual Administrator

Use the Runtime tab of JMS Connector Service.

  1. Perform the following steps to define a JMS library:
  2. Choose Resources → JMS Libraries.
  3. Select an entry from the Server Libraries tree.
  4. Choose  Define on the toolbar.

To un-define a JMS library,

  1. From the Resources → JMS Libraries choose the entry that you want to remove.
  2. Choose  Undefine on the toolbar.

Console Administrator

To define a JMS library, use define_jms_library command from JMSCONNECTOR command group.

To un-define a JMS library, use undefine_jms_library command from JMSCONNECTOR command group.

For more information, see JMSCONNECTOR in the Reference Manual.

See also:

Deploying and Removing a JMS Library