hi i have tested the sample loan-broker example in servicemix3.3. the client code is successfully running in local machine where as in other machine i cant access the code. im getting the following error. Connecting to JMS server. Sending request. Evicting inactive request for correlationID: Entry for key: 1 Error--->javax.jms.JMSException: edu.emory.mathcs.backport.java.util.concurrent.TimeoutException Closing.
i modified the following file such as servicemix.xml ---> <property name="brokerURL" value="tcp://10.100.2.164:61616" /> /conf/jndi.xml: ----> serverUrl="vm://10.100.2.164"/> ./conf/servicemix.properties:rmi.host ------> = 10.100.2.164 ./conf/servicemix.properties:activemq.host --------> = 10.100.2.164 ./conf/activemq.xml: -------> <amq:transportConnector uri="tcp://10.100.2.164:61616" discoveryUri="multicast://default"/> stil i cant access from some other machine. how to solve this issue. kindly give an idea over this. thanks in advance. -- View this message in context: http://servicemix.396122.n5.nabble.com/Remote-access-failed-javax-jms-JMSException-edu-emory-mathcs-backport-java-util-concurrent-TimeoutExn-tp3259970p3259970.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
