gabriel kastenbaum wrote:
>
> Hi everybody,
>
> I am trying to start a network of brokers. I would like to set the
> "brokerName"
> by the script that starts the broker with the propertie
> -Dactivemq.brokerName=$HOSTNAME
>
> and in activemq.xml
>
> <broker ... brokerName="${activemq.brokerName}">
>
> The point is that the brokerName is not set - or seems to be "not set".
> I have the following message in the logs: WARN
> multicast.MulticastDiscoveryAgent <BrokerName is not set>
>
>
> In fact even if I hard code a name in the configuration
> <broker brokerName="myHostName">
>
> I have the same message.
> Do I have to take into account the WARN message?
>
> y the way: Is the brokerName mandatory with a network of brokers working
> with multicast?
>
>
>
>
HI!
Have you tried using defaultBroker as the brokername instead of the
${activemq.brokerName} u were using?
hope that helps...
--
View this message in context:
http://www.nabble.com/Starting-ActiveMQ%3A-brokerName-not-set--tf2613148.html#a7353053
Sent from the ActiveMQ - User mailing list archive at Nabble.com.