Re: Contributing Scomp Component (was Contributing Stomp Component)

2013-02-03 Thread iandebeer
Hi I have created a pull request for Scomp that contains all the modifications I made to that project. I have discussed this with Dejan Bosanac and I am waiting for the pull request to be incorporated. One small snag is that the the test uses an imbedded Apollo broker and because of the Scala 2.

Re: Contributing Stomp Component

2013-01-31 Thread iandebeer
Hi Henryk That is a good approach. I have already contacted the Scomp developer and I am waiting for a response. Should that not be forthcoming I shall follow your suggestion. Regards Ian On 31 Jan 2013, at 9:55 AM, "hekonsek [via Camel]" wrote: > Hi Ian, > > > The original project has not

Re: Contributing Stomp Component

2013-01-30 Thread iandebeer
Hi I shall do the refactoring over the next few days. As far as Scomp goes: The original project has not been maintained for more than a year. It uses Scala 2.9.0. As a result a lot of changes were made. I am happy to collaborate with the original author but it might be simpler to work of the br

Re: Contributing Apollo Component

2013-01-25 Thread iandebeer
Archetype-td5708543.html > > Claus had some good arguments there not to use Scala. > > Nevertheless, I think your code should be published at camel-extra or > github! > > Kai > > > On Fri, Jan 25, 2013 at 8:13 AM, Claus Ibsen <[hidden email]> wrote: >

Re: Contributing Apollo Component

2013-01-25 Thread iandebeer
Hi Claus Yes it is generic Stomp. I did all the testing against Apollo though - will run the tests against ActiveMQ later today and let you know. Regards Ian On 25 Jan 2013, at 9:14 AM, "Claus Ibsen-2 [via Camel]" wrote: > On Thu, Jan 24, 2013 at 1:20 PM, iandebeer <[hidd

Re: Contributing Apollo Component

2013-01-24 Thread iandebeer
Hi Christian Unfortunately, I will not be able to find the time to rewrite it Java. A large portion of Apollo is written in Scala. (as is HawtDispatch which is also used in the project). Maybe it would be an option to provide the component from the Apollo side, similar to the ActiveMQ component.

Contributing Apollo Component

2013-01-24 Thread iandebeer
Hi I have developed a Stomp Component for use with Apollo. It supports in, out and in-out exchange patterns. It is written is Scala 2.10 and the Stomp client code was forked from the Scomp project. Is there any interest in this and if so what would be the process to contribute the code. Kind regard