Use this to configure a JMS Connection Factory Resource. A JMS Connection Factory is used by application code to create connections which allow the application to make use of JMS (for example, publish and subscribe to Topics and Read and Write Queues).
The following table describes the fields and buttons on the screen. The left column lists the fields and buttons; the right column describes the functionality.
Field or Button
|
Description
|
---|---|
JNDI Name |
Connection Factory Resources are stored in the JNDI repository and are accessed using the JNDI name. The JNDI name has an explicit root at Java:comp:env/ so you do not need to specify that part of the name. It is recommended that JMS Resources are stored under the 'jms' sub-context so your JNDI name would be similar to; jms/StockQuoteTopic_CF. |
Type |
Use the drop-down list to specify QueueConnection or TopicConnection Factory. |
Description |
Provide a description for the connection factory. |
Resource Enabled |
Mark this checkbox to enable the connection factory resource. |
OK |
Saves your changes. |
Cancel |
Cancels your edit. |
Save |
Saves your edit. |
Reset |
Cancels your changes, and resets the page to default values. |