Got the approval, posted the component to https://github.com/deckerego/camel-spring-amqp
This code is fresh from a conversion from RabbitMQ's client libraries to the Spring AMQP project, so there are no doubt some oddities lurking under the surface. Unit tests pass but I haven't tried it out in a wholesale integration test yet. I'm open to pull requests or whatever ideas/info people have to offer. The code is still fairly centered around RabbitMQ however this is largely due to how vendor extensions are implemented within Spring AMQP. I'm sure more abstraction will happen once they broaden their list of supported vendor implementations, and the component then will reduce it's reliance on calls specifically for RabbitMQ classes. This component is still more of a RabbitMQ connector over anything else, but if an updated Spring AMQP release comes out that supports other vendors I'll be happy to make sure they get accommodated. Michael Prieß wrote: > > Hello Deckerego, > > it would be nice if you can upload your component very soon on github. > > How long did you need to check if you can release your code under > Apache Licence and upload your code on Github. That I can fork you ;) > -- View this message in context: http://camel.465427.n5.nabble.com/Writing-own-Camel-Components-tp4969523p4978866.html Sent from the Camel - Users mailing list archive at Nabble.com.
