You are here

Setting up ActiveMQ

Set up Apache ActiveMQ to enable message queuing in SkyVault. If you already have an ActiveMQ instance connected to SkyVault, you do not need to perform these step.
If you do not already have an ActiveMQ instance, install ActiveMQ and follow the steps below.
  1. Stop the SkyVault 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 events and messaging subsystems are set to start up automatically.

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