Hi...
so far all attempts to get stomp messaging working with Immutant 2.1.0 are unsuccessful. I use a hornets-configuration.xml in the resources folder that is apparently picked up correctly as I get the following stack trace in the logs (abbreviated):
22:21:53.609 WARN [org.hornetq.core.server] (main) HQ222080: Error instantiating remoting acceptor org.hornetq.core.remoting.impl.netty.NettyAcceptorFactory
org.hornetq.api.core.HornetQException: HQ119085: Classpath lacks a protocol-manager for protocol STOMP
at org.hornetq.core.remoting.server.impl.RemotingServiceImpl.start(RemotingServiceImpl.java:284) ~[hornetq-server-2.4.5.Final.jar:na]
at org.hornetq.core.server.impl.HornetQServerImpl.initialisePart2(HornetQServerImpl.java:1749) ~[hornetq-server-2.4.5.Final.jar:na]
at org.hornetq.core.server.impl.HornetQServerImpl.access$1400(HornetQServerImpl.java:171) ~[hornetq-server-2.4.5.Final.jar:na]
at org.hornetq.core.server.impl.HornetQServerImpl$SharedStoreLiveActivation.run(HornetQServerImpl.java:2208) ~[hornetq-server-2.4.5.Final.jar:na]
...
Any idea what I can do to get this to work? Stomp is mandatory for the project and woks just fine in another of our projects with stock Wildly 9.0.0.
Otherwise, Immutant looks really great, thanks for the great work!
Ciao
...Jochen