Re: Topics support in camel-hazelcast

2014-09-09 Thread Juan José Vázquez Delgado
Great!. I've provided both a Jira issue [1] and the corresponding Git PR [2]. Thanks for your help!. BR, Juanjo. [1] https://issues.apache.org/jira/browse/CAMEL-7794 [2] https://github.com/apache/camel/pull/263 2014-09-09 11:41 GMT+02:00 Claus Ibsen : > Hi > > Yeah sure we love contributions,

[GitHub] camel pull request: Topics support in camel-hazelcast

2014-09-09 Thread juanjovazquez
GitHub user juanjovazquez opened a pull request: https://github.com/apache/camel/pull/263 Topics support in camel-hazelcast As discussed in developer mailing list [1], this PR is intended to add support for Hazelcast distributed topics in Camel. [1] http://camel.465427.n5

Re: Topics support in camel-hazelcast

2014-09-09 Thread Claus Ibsen
Hi Yeah sure we love contributions, so you are welcome to log a JIRA and do a PR or attach a .patch file. http://camel.apache.org/contributing.html The code should be against master branch so its included in the next release. Then depending on ease we sometimes backport to older releases. On Tue

Topics support in camel-hazelcast

2014-09-09 Thread Juan José Vázquez Delgado
Hi all, We've recently had to adapt the camel-hazelcast component in order to get support for distributed topics [1]. We missed this feature in the current implementation and it was important for us as we need publish-subscribe semantics according to our product architecture. The source code can b