Closed dtamm closed 9 years ago
try compile "org.projectreactor:reactor-net:1.1.5.RELEASE"
. it is marked as an optional dependency of spring-messaging-4.1.5.
Thanks zyro, that did the trick! Though the activemq now makes weird topic names (my topic is called "kundeBenachrichtigung" and the activemq makes "ActiveMQ.Advisory.Consumer.Topic.kundeBenachrichtigung" of it... but seems to be a config of the activemq).
THough this ticket is alredy closed, but have you ever got it working with an activemq relay? i was working on it the whole day but couldn't get it working till now ;-(
only tried successfully with rabbitmq as a real broker / relay yet. what exactly is not working as supposed to?
Already figured out what the problem was... i didnt have both of my projects connected to the stomp relay using the ActiveMQ, now it is working :)
Having a Grails 2.5.0 Appliation with the 1.3 Version of the plugin, wanted to setup an activemq for usage with several webapplications... getting this ClassNotFoundException:
Tried it with ActiveMQ Version 5.1.1 on default config (guest / password etc.). Any hints on this one? (I know, it seesm to be missing one or more libraries, but maybe you know which one(s)!).