Can't get examples to work
--------------------------
Key: AMQ-3391
URL: https://issues.apache.org/jira/browse/AMQ-3391
Project: ActiveMQ
Issue Type: Bug
Components: Apollo
Reporter: Geert Schuring
I can't get the apollo example to work. Both the Listener and Publisher throw
the following stack stace:
Exception in thread "main" javax.jms.JMSException: Not connected:
at
org.fusesource.stompjms.StompJmsExceptionSupport.create(StompJmsExceptionSupport.java:59)
at
org.fusesource.stompjms.channel.StompChannel.connect(StompChannel.java:76)
at
org.fusesource.stompjms.StompJmsConnection.connect(StompJmsConnection.java:365)
at
org.fusesource.stompjms.StompJmsConnection.createSession(StompJmsConnection.java:127)
at example.Listener.main(Listener.java:41)
Caused by: java.io.IOException: Not connected:
at
org.fusesource.stompjms.channel.StompSocket.connect(StompSocket.java:298)
at
org.fusesource.stompjms.channel.StompChannel.connect(StompChannel.java:74)
... 3 more
The Apollo admin console show the following:
state: STARTED 9 minutes ago
total accepted: 8
currently connected: 0
I clearly shows the 8 times I've ran the examples, so the client gets connected
to the server but as soon as connection.start is called an exception is thrown
on the client.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira