Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The connection url defines the values that are common across the cluster of brokers. The virtual host is second in the list as the AMQP specification demands that it start with a '/' otherwise it be more readable to be swapped with clientid. There is currently only one required option and that is the '''brokerlist''' option. In addition the following options are recognised.

.

'''Option''' '''

Default''' '

''Description'''

ssl

false

Set the default for all connections. This can be overridden by the individual broker url.

brokerlist

see below

The list of brokers to use for this connection

failover

see below

The type of failover method to use with the broker list.

cyclecount

0

The number of times to loop through the list of available brokers before failure.

Brokerlist option

No Format
brokerlist='<broker url>[;<broker url>]'

...