On Tue, Jan 29, 2013 at 8:21 PM, Henryk Konsek <hekon...@gmail.com> wrote: >>>> Claus had some good arguments there not to use Scala. >>>> >>>> Nevertheless, I think your code should be published at camel-extra or >>>> github! > > Actually Camel Extra is not a right place to put there components > written in Scala. I'm afraid this component need to be rewritten to > Java in order to be included in ASF Camel or Extra Camel. I personally > love Scala but until it has been adopted more widely, we stick Camel > to the Java code (unless component subject is written in Scala). > > We would appreciate STOMP component written in Java. Actually I'm > surprised that we don't have one already. I afraid that once I even > endorsed non-existing camel-stomp somebody, since I though we support > STOMP for a long time :) . >
There is also this component https://github.com/fusesource/stompjms But it has both stomp and a JMS API for stomp in the same module. Though its just a JMS dependency. So we should be able to exclude the JMS APIs and use the native stomp api from the client, and have a dependency low client. There is a test example here https://github.com/fusesource/stompjms/blob/master/stompjms-client/src/test/java/org/fusesource/stomp/client/FutureApiTest.java > -- > Henryk Konsek > http://henryk-konsek.blogspot.com -- Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: cib...@redhat.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen