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

In-Memory Mode

By default, all messages published to WSO2 Message Broker are persistent, that is, they are stored in the Apache Cassandra permanent message store before they are delivered back. If you need to improve performance, you can use in-memory mode so that messages are stored in memory instead of persisted in the message store. It is vital to keep the memory usage at a manageable level, so this mode is only recommended for small messages that are quickly published and consumed.

You enable in-memory mode at the Message Broker level, not at the message level, and must restart the Message Broker server after configuring it. In-memory mode is supported for standalone configurations only, so you must ensure that clustering is disabled when you enable in-memory mode.

To enable in-memory mode:
  1. Open <MB_HOME>/repository/conf/advanced/qpid-config.xml for editing.
  2. Configure the InMemoryMode parameter and clustering setting as follows:
<broker>
...
   <InMemoryMode>true</InMemoryMode>
...
   <clustering>
   <enabled>false</enabled>

 

 

 

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