Scroll to navigation

MATAHARI-BROKERD(8) System Manager's Manual MATAHARI-BROKERD(8)

NAME

matahari-brokerd - A message broker for the Matahari suite of remote agents

SYNOPSIS

matahari-brokerd <options>

DESCRIPTION

matahari-brokerd is a wrapper around qpidd(1). It processes configuration from the environment and then runs qpidd.

OPTIONS

All options accepted by qpidd(1) are accepted by matahari-brokerd.

ENVIRONMENT

Sets the TCP port to listen on for connections. If this is not specified, the default port 49000 will be used.

A list of Qpid brokers to federate with. Brokers may be separated by spaces, commas and/or semicolons. There are two formats permitted, and the list may contain entries in both formats.
<fqdn>:<port>
A hostname and TCP port for the remote broker.
_matahari._tcp.<fqdn>
A DNS SRV query. Note that only the first (highest-priority) SRV record returned by the DNS for each given query will be used.

All environment variables supported by qpidd(1) are also supported.
September 2011 matahari-brokerd