Hi,
Thanks for getting back to me. I followed your instructions with no
success of connection from second machine. The change I have made is:
1) Removed VM Transport connector in camel-server.xml file. I have even
replaced VM with TCP connector as below:
<bean id="jms"
class="org.apache.activemq.camel.component.ActiveMQComponent">
<property name="brokerURL" value="tcp://<machine with
full domain address>:${tcp.port}"/>
</bean>
I used jconsole to successfully connect on jmx layer on first machine
(server runs) and did see "myBroker" under Broker and verified following
attributes
OpenWireURL="tcp://<machine with full domain address>:61610"
TransportConnectors="tcp=tcp://<machine with full domain address>:61610"
I hope this is enough to verify that the transport connector is working
using your JConsole. Please let me know if I need to do more. However, I
could not remotely connect jconsole in my second machine (client runs) to
the first machine.
Overall, I ran client successfully with <machine with full domain address>
on first machine and could not run from the second machine. I am not sure
what I am missing. Please let me know if I need to do more tests.
--
View this message in context:
http://camel.465427.n5.nabble.com/How-to-run-Tutorial-on-Spring-Remoting-with-JMS-on-two-machines-tp5755506p5755588.html
Sent from the Camel - Users mailing list archive at Nabble.com.