To allow HermesJMS to handle connections, you need to add the ActiveMQ plugin and specify the addresses of the ActiveMQ message broker and target service.

On the previous step, we added a JMS connection factory to a session. Now, click Edit on the toolbar.
Plugin Properties
Specify the addresses of the ActiveMQ message broker and target service:
-
Right-click in the Plugin Property area.
-
Select Add Property. An empty property will be added.
-
Click in the Property column.
-
Select the brokerName property.
-
Click in the Value column.
-
Add the
localhost
value. -
Right-click in the Plugin Property area.
-
Select Add Property. An empty property will be added.
-
Click in the Property column.
-
Select the serviceURL property.
-
Click in the Value column.
-
Add the
service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
value.
Connection Factory Property
To add a broker URL to the configured Connection Factory:
-
Right-click somewhere within the Connection Factory properties.
-
Select Add Property. An empty property will be added.
-
Click in the Property column.
-
Select the brokerURL property.
-
Click in the Value column.
-
Add the
tcp://localhost:61616
value. -
Click Apply.
-
Click OK.
The modified session is now available in the HermesJMS manager.