Re: New component - etcd

2014-08-15 Thread Claus Ibsen
Hi See this guide how to contribute/develop a component http://camel.apache.org/add-new-component-guide.html On Fri, Aug 15, 2014 at 9:04 PM, Alexandre Saudate wrote: > Hi! > > I have coded a component for integration with CoreOS's etcd (repo is here: > https://github.com/alesaudate/camel-etcd

New component - etcd

2014-08-15 Thread Alexandre Saudate
Hi! I have coded a component for integration with CoreOS's etcd (repo is here: https://github.com/alesaudate/camel-etcd). It still lacks tests and it is disconnected from the main code base, but I'm wondering how can I do so ? Can I issue a pull request on github, or should I clone the one describ

Camel.trunk.notest - Build # 2134 - Still Failing

2014-08-15 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2134) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/2134/ to view the results.

[GitHub] camel pull request: CAMEL-7701 : Chaining CXFRS EndPoints

2014-08-15 Thread bonnetb
Github user bonnetb closed the pull request at: https://github.com/apache/camel/pull/237 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

New component - etcd

2014-08-15 Thread Alexandre Saudate
Hi! I have coded a component for integration with CoreOS's etcd (repo is here: https://github.com/alesaudate/camel-etcd). It still lacks tests and it is disconnected from the main code base, but I'm wondering how can I do so ? Can I issue a pull request on github, or should I clone the one describ

Re: How is the MQTT development ongoing ? Plans for supporting MQTT authentication ?

2014-08-15 Thread teixi
Yes, you're right I didn't pay attention to this public class MQTTConfiguration extends org.fusesource.mqtt.client.MQTT So one can easily implement MQTT auth in a Camel route like: Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/How-is-the-MQTT-development-ongoin

Re: How is the MQTT development ongoing ? Plans for supporting MQTT authentication ?

2014-08-15 Thread Aki Yoshida
I just looked at the camel-mqtt component. Could it be that the authentication and transport security part is already supported, no? The configuration class MQTTConfiguration just extends org.fusesource.mqtt.client.MQTT which has all the setters and getters, so I think it is supported (at least sup

Scale on topics vs. on messages.

2014-08-15 Thread teixi
Hi, Imagine lots of devices sending messages to a broker. It would be better strategy to scale with a single topic with all the messages from all devices. Or in contrast it would be better to scale with lots of topics (one per device containing only the messages from that device) ? What is your

How is the MQTT development ongoing ? Plans for supporting MQTT authentication ?

2014-08-15 Thread teixi
Hi, Is there any way to create a route to an authenticated mqtt broker ? "Failed to create route mqtt... due to: Could not connect: CONNECTION_REFUSED_SERVER_UNAVAILABLE" Are there plans to implement MQTT authentication in MQTTComponent as specified by the protocol ? http://docs.oasis-open.o

Camel.trunk.notest - Build # 2133 - Still Failing

2014-08-15 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2133) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/2133/ to view the results.