On Fri, Jan 16, 2009 at 6:29 AM, sailaja p <spind...@progress.com> wrote:
>
> Hi,
>
> I am begginer to the Active MQ and trying understand the features of Active
> MQ. I have downloaded the Active MQ 5.1.0. When I tried to start the
> Messaging Broker without LAN Connection I am getting the below exceptions.
> But if I tried to start the Broker with LAN connection, I am able to start
> the Broker succesfully.
>
> I even tried the above scenario by commenting all network connectors in the
> broker configuration file (activemq.xml).
>
> Is this a limitation or am I doing something wrong? Kindly help me.

The stack trace indicates that IP multicast must not be enabled on
your machine. To work around this, edit the conf/activemq.xml and:

1) Comment out the default-nc networkConnector. This networkConnector
uses multicast to automatically discover other ActiveMQ brokers.

2) Remove the discoveryUri attribute from the openwire transportConnector.

After making these changes, ActiveMQ won't use any IP multicast and
you shouldn't encounter the exception any longer.

Bruce
-- 
perl -e 'print 
unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/

Blog: http://bruceblog.org/

Reply via email to