On Sat, Jun 14, 2008 at 3:18 PM, drjava <[EMAIL PROTECTED]> wrote: > > I'm sorry...Trying again. > http://www.nabble.com/file/p17843946/spring-config.xml spring-config.xml > http://www.nabble.com/file/p17843946/BindException.txt BindException.txt > http://www.nabble.com/file/p17843946/JmsLogMessengerTest.java > JmsLogMessengerTest.java
Well the exception is telling you that an address to which ActiveMQ is trying to bind is already in use: javax.jms.JMSException: Could not connect to broker URL: tcp://localhost:61616. Reason: java.net.BindException: Address already in use: Use netstat -an to see all addresses in use to see if either port 1099 or 61616 is already in use on your machine. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&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/