Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Create a JMS message action

Before you begin

Create diagnostic system modules


JMS message actions are used to post messages to JMS topics and/or queues in response to the triggering of an associated policy.

To create a new JMS message action:

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. In the left pane of the Console, select Diagnostics > Diagnostic Modules.
  3. In the Diagnostic System Modules table, select the name of the diagnostic system module you want to assign the action to.
  4. Select Configuration > Policies and Actions > Actions.
  5. Click New.
  6. Select JMS Message from the Type list and click Next.
  7. Enter a name for the action in the Action Name field.
  8. Enter the timeout period in the Timeout (in seconds) field. The timeout period is the length of time, in seconds, that an action has to complete execution. By default, the timeout period is 0, which disables the action timeout.
  9. To enable or disable this action, select or deselect the Enable Action box.
  10. Click Next.
  11. On the Action Configuration - JMS Message Properties page:
    1. In JMS Destination JNDI Name, enter the JMS destination JNDI name to use for this action.
    2. In Connection Factory JNDI Name, enter the connection factory JNDI name to use for this action.
  12. Click Finish.
  13. In the Change Center, click Activate Changes.

Back to Top