Connection Factories

The Connection Factories screen allows you to add new JMS connection factories. This screen serves the same purpose as the j2eeadmin -addJmsFactory tool.

Add Connection Factories

To add a JMS Connection Factory:

  1. Click the top Add button.
  2. Enter the JNDI Name of the connection factory, such as QueueConnectionFactory in the JNDI Name column of the JMS Connection Factories pane.
  3. Select the type of the connection factory, either or , from the menu in the Type column.

Add Configuration Properties

You can also add optional configuration properties for each connection factory. These properties are listed in the JMS properties files and are read by the server during startup.

To add optional configuration properties for a connection factory:

  1. Select the connection factory in the JMS Connection Factories table.
  2. Click the bottom Add button.
  3. In the Property column, enter the property name, such as ClientID to represent the unique identity of a durable subscriber.
  4. Select the type of the property from the menu in the Type column.
  5. Enter a value for the property in the Value column.
To delete a JMS Connection Factory or a Configuration Property, select it from the table and click the appropriate Delete button.


Copyright 1999-2001 Sun Microsystems, Inc. All Rights Reserved.