Ok
so this line
<broker xmlns="http://activemq.apache.org/schema/core"
brokerName="localhost" dataDirectory="${activemq.base}/data">
Allows me to change the broker name ..which will be used to create the UID ?
Joe Fernandez wrote:
>
> The broker is trying to create a "unique id" for itself. Something along
> these lines
>
> ID:PEDRO-3500-123265619-8203-0:0
>
> Where "PEDRO" is the host name.
>
> You can assign the broker a name via the cfg file, but it still needs the
> UID.
>
> The <networkConnector uri="static://(tcp://192.168.98.102:61616)"/> line
> is telling the broker to establish a forwarding bridge to the broker at
> the specified IP address and port. So it going to try and connect to that
> remote broker.
>
> Joe
>
>
--
View this message in context:
http://www.nabble.com/Securing-active-MQ-tp21612521p21616291.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.