Ok i set the broker name..and commented out the network connect line.

However I still get "unknown host exception" .. the host name in the error
is the  domain name of the server but AMQ must be getting that information
over the other "public" interface ..which i have not used in the config .

Is there there any way to tell AMQ to stop trying to resolve names ?? and to
stay within the interface is have designated ? 



ar13 wrote:
> 
> 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-tp21612521p21626693.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to