com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'html' is unknown.

Adding a JMS Message Task

A JMS message task sends a JMS message using a JMS account. You can automate task execution by configuring a scheduler on it. XpoLog will run the task based on the scheduler configuration.

To add a JMS Message task:
  1. Open the Tasks console (see Tasks), and click the New Task button
    OR
    In the XpoLog Manager homepage, under More Actions, click Add Task.
  2. In the page that opens, select the JMS Message option, and then click Continue.
    The JMS Message Task page opens.
  3. In Name, type the name of the new task.
  4. In Description, type a description of the new task; optional.
  5. In Connection Details, select the JMS account to use, or click New to define a new JMS account (see Creating an Account).
  6. In JMS message, type the JMS message to send.
  7. In JMS Topic name, type the name of the JMS topic that the message should be written to; optional if JMS Queue name is specified.
  8. In JMS Queue name, type the name of the JMS queue that the message should be written to; optional if JMS Topic name is specified.
  9. To automate task execution, open the Schedule tab, and configure the scheduler as described in Scheduling a Task.
  10. Click Save.
    The task is saved and appears in the Tasks console in the Tasks list.