Hi,<br><br>I installed the RHM java client version 0.2.4 from RPMs yesterday and I am trying to connect to the RHM C++ broker but connections timeout. If I kill the RHM broker and run the Apache QPID Java broker the client connects fine.
<br><br>Do I need to change my connection settings for RHM? These are the settings I am currently using:<br><br>java.naming.factory.initial = org.apache.qpid.jndi.PropertiesFileInitialContextFactory<br>connectionfactory.local
 = amqp://guest:guest@clientid/test?brokerlist='tcp://localhost:5672'<br><br>I'm using the following Java code to connect:<br><br>InitialContext ctx = new InitialContext(properties);<br>AMQConnectionFactory cf = (AMQConnectionFactory) 
ctx.lookup("local");<br>Connection conn = cf.createConnection();<br><br>Thanks,<br><br>Andy.<br><br><br>