You are here

Setting up ActiveMQ

Set up Apache ActiveMQ to enable message queuing. If you already have an ActiveMQ instance connected to SkyVault Community Edition, you don't need to perform these step.
If you do not already have an ActiveMQ instance, install ActiveMQ and follow the steps below.
  1. Stop the server.
  2. Define the location of ActiveMQ in your SkyVault-global.properties file:

    messaging.broker.url=failover:(tcp://ba-server:61616)?timeout=3000
    where server is the host name of the server where ActiveMQ is installed.

    When you set up ActiveMQ, the SkyVault Community Edition events and messaging subsystems are set to start up automatically.

    Any changes to SkyVault-global.properties require you to restart SkyVault Community Edition to apply the changes.