# Try to use the centrally defined port (also used by the agents)
# Otherwise, use the default port specified at build-time

if [ -f /etc/sysconfig/matahari ] ; then
   . /etc/sysconfig/matahari
fi

if [ -z $MATAHARI_PORT ]; then
   MATAHARI_PORT=49000
fi

QPIDD_OPTIONS="--config /etc/matahari-broker.conf --port $MATAHARI_PORT"

