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:
- Open the Tasks console (see Tasks), and click the New Task button
OR
In the XpoLog Manager homepage, under More Actions, click Add Task. - In the page that opens, select the JMS Message option, and then click Continue.
The JMS Message Task page opens. - In Name, type the name of the new task.
- In Description, type a description of the new task; optional.
- In Connection Details, select the JMS account to use, or click New to define a new JMS account (see Creating an Account).
- In JMS message, type the JMS message to send.
- 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.
- 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.
- To automate task execution, open the Schedule tab, and configure the scheduler as described in Scheduling a Task.
- Click Save.
The task is saved and appears in the Tasks console in the Tasks list.