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?
Thanks
-----
Fabio Retzlaff
--
View this message in context:
http://www.nabble.com/Configure-JMSFlow-tp14585194s12049p14585194.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.