diff --git a/docs/doxygen-user/images/activeMQ_node_cleanup.png b/docs/doxygen-user/images/activeMQ_node_cleanup.png
new file mode 100644
index 0000000000..739d6e6ad7
Binary files /dev/null and b/docs/doxygen-user/images/activeMQ_node_cleanup.png differ
diff --git a/docs/doxygen-user/multi-user/installActiveMQ.dox b/docs/doxygen-user/multi-user/installActiveMQ.dox
index 07a6f1dcfd..5cedc7b348 100644
--- a/docs/doxygen-user/multi-user/installActiveMQ.dox
+++ b/docs/doxygen-user/multi-user/installActiveMQ.dox
@@ -24,20 +24,27 @@ If you need the JRE, install it with the default settings.
\subsection install_activemq_install_mq ActiveMQ Installation
-1. Extract the contents of the ActiveMQ archive folder to a location of your choice, bearing in mind that the files should be in a location that the running process will have write permissions to the folder. A typical folder choice would be similar to C:\\Program Files\\apache-activemq-5.13.3. Typically, it will ask for administrator permission to move the folder. Allow it if required.
+
+- Extract the contents of the ActiveMQ archive to a location of your choice, bearing in mind that the files should be in a location where the running process has write permissions. A typical folder choice would be similar to C:\\Program Files\\apache-activemq-5.13.3. The system may ask for administrator permission to move the folder. Allow it if required.
-2. Edit the conf\\activemq.xml in the extracted folder to add "&wireFormat.maxInactivityDuration=0" to the URI for the _transportConnector_ named _openwire_. Add the text highlighted in yellow below:
+
- Open the conf\\activemq.xml file in the extracted folder in a text editor and make the following changes:
+
+- Add "schedulePeriodForDestinationPurge="10000"" to the _broker_ tag then add "gcInactiveDestinations="true" inactiveTimoutBeforeGC="30000"" to the _policyEntry_ tag. This is highlighted in yellow below:
+
+\image html activeMQ_node_cleanup.png
+
+
- Add "&wireFormat.maxInactivityDuration=0" to the URI for the _transportConnector_ named _openwire_. This is highlighted in yellow below:
\image html maxinactivityduration.PNG
+
+ - Install ActiveMQ as a service by navigating to the folder bin\\win64, right-clicking _InstallService.bat_, clicking _Run as administrator_, then click _Yes_.
-3. Install ActiveMQ as a service by navigating to the folder bin\\win64, right-clicking _InstallService.bat_, clicking _Run as administrator_, then click _Yes_.
-
-4. Start the ActiveMQ service by pressing _Start_, type _services.msc_, and press _Enter_. Find _ActiveMQ_ in the list and press the _Start the service_ link.
-
-5. ActiveMQ should now be installed and configured using the default credentials.
+
- Start the ActiveMQ service by pressing _Start_, type _services.msc_, and press _Enter_. Find _ActiveMQ_ in the list and press the _Start the service_ link.
+
- ActiveMQ should now be installed and configured using the default credentials.
+
\subsection install_activemq_test Testing