On Jan 2, 2008 1:08 PM, FabioR <[EMAIL PROTECTED]> wrote:
>
> I'm trying to configure JMSFLow then I put:
>         <sm:container id="jbi"
>                 rootDir="../server"
>                 MBeanServer="#jmxServer"
>                 installationDirPath="../install"
>                 deploymentDirPath="../deploy"
>                 useMBeanServer="true"
>                 createMBeanServer="true"
>                 flowName="jms?jmsURL=tcp://localhost:61216"
>                 embedded="true">
>
> And I copy the activemq.xml file on the ./conf directory, but when I start
> my app I get this error:
> javax.jms.JMSException: Could not connect to broker URL:
> tcp://localhost:61216. Reason: java.net.ConnectException: Connection
> refused: conne
>         at
> org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:33)
>
> It seems that activemq is not starting. What else I need to configure?

First, the JMS flow is configured by default in the
conf/servicemix.xml configuration file. Second, have you changed the
conf/activemq.xml configuration file to start on port 61216?

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/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/

Reply via email to