Hi I am running two image in two different container. One service and another is ActiveMQ. Now on service I am using
<bean id="jmsConnectionFactory" class="org.apache.activemq.ActiveMQConnectionFactory">
<property name="brokerURL" value="tcp://localhost:61616"/>
The issue is here is service container can not reach to localhost:61616 of active mq container. Can you share me How I can achieve this? I think some external port mapping is there. I am not sure about that.