-
1. Re: Can FuseMq and Fuse ESB Activemq run in same JVM?
davsclaus Oct 30, 2012 2:38 AM (in response to dhivyateg)I assume you mean same box, and not same JVM. Yes they can run on the same box. For that you would need to ensure they use different ports.
-
2. Re: Can FuseMq and Fuse ESB Activemq run in same JVM?
dhivyateg Nov 2, 2012 3:37 AM (in response to davsclaus)HI,
I have installed Fuse ESB Activemq and Fuse MQ with different ports running on 8181 and 8383 respectively.And the system.properties files are correspondingly
Fuse ESB Activemq
-
Activemq configuration
activemq.port = 61616
activemq.host = localhost
activemq.url = tcp://${activemq.host}:${activemq.port}
Activemq JMX configuration
activemq.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1099/karaf-${karaf.name}
activemq.jmx.user=smx
activemq.jmx.password=smx
Activemq Webconsole configuration
webconsole.type=properties
webconsole.jms.url=${activemq.url}
webconsole.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1099/karaf-${karaf.name}
webconsole.jmx.user=smx
webconsole.jmx.password=smx
webconsole.jms.user=activemq
webconsole.jms.password=activemq
FuseMQ
-
Activemq configuration
activemq.port = 62626
activemq.host = localhost
activemq.url = tcp://${activemq.host}:${activemq.port}
Activemq JMX configuration
activemq.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1999/karaf-${karaf.name}
activemq.jmx.user=karaf
activemq.jmx.password=karaf
Activemq Webconsole configuration
webconsole.type=properties
webconsole.jms.url=${activemq.url}
webconsole.jmx.url=${activemq.jmx.url}
webconsole.jmx.user=karaf
webconsole.jmx.password=karaf
webconsole.jms.user=fusemq
webconsole.jms.password=fusemq
I am able to create queues using the console and send/receive msgs thru FUSE MQ console,but with Fuse ESB activemq,i am getting JMS exception.attached screenshot for reference.Pls clarify
-
JMSexcep.JPG 194.2 KB