Hi all,
Has anyone got this working? I have a similar enviroment setting (with sun
jdk 1.5.0_07 instead) with mbmerr, and having the same exception:
javax.jms.JMSException: Connection closed by remote host
While trying the HelloWorld example, as mentioned here:
http://incubator.apache.org/activemq/hello-world.html
I also see the same exception. However, if I commented out the
connection.close();
then the exception are gone. But this does not seem the right way to do it,
though. Note that I have commented out HelloWorldBroker:
public void run() {
//org.activemq.broker.impl.Main.main(args);
// version 4.0
//BrokerService broker = new BrokerService();
//broker.addConnector("ssl://localhost:61616");
//broker.start();
}
since I do not want to start up an in-jvm broker. I have a broker started on
another console.
Trying ActiveMQ's example as mbmerr did, also produced the same exception.
Any suggestion is greatly appreaciated.
Thanks,
/bernard
--
View this message in context:
http://www.nabble.com/Cannot-get-SSL-working-t1689166.html#a4949069
Sent from the ActiveMQ - User forum at Nabble.com.