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
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
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 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
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
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
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
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
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
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.
10 matches
Mail list logo