You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/10/21 09:06:57 UTC

[camel-website] branch master updated: Fixed MQTT article, removed the link to the documentation, since the component has been removed, but still maintain the article

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 662600a  Fixed MQTT article, removed the link to the documentation, since the component has been removed, but still maintain the article
662600a is described below

commit 662600a6df94f3931583e76f5b7d27b5c082518d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 21 11:06:05 2019 +0200

    Fixed MQTT article, removed the link to the documentation, since the component has been removed, but still maintain the article
---
 content/community/articles.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/community/articles.md b/content/community/articles.md
index 8d15e71..8f306a7 100644
--- a/content/community/articles.md
+++ b/content/community/articles.md
@@ -139,7 +139,7 @@ These examples show usage of several different components and other concepts suc
 *   [Olympics Image loader powered by Apache Camel](http://www.ofbizian.com/2012/08/olympics-image-loader-powered-by-camel.html) - Bilgin shows how to write a little website displays twitter images related to the Olympics in real time.
 *   [Camel and RabbitMQ](http://arthur.gonigberg.com/2012/02/11/camel-rabbitmq/) - A blog post showing how to integrate Camel with RabbitMQ
 *   [Monitoring Camel applications on the Cloud](http://www.ofbizian.com/2012/11/monitoring-camel-applications-on-cloud.html) - _by Bilgin Ibryam_
-*   [Apache Camel for home monitoring](https://tingenek.wordpress.com/2013/02/28/apache-camel-for-home-monitoring) - A good blog post from February 2013 how to use Camel to pickup files from a home monitoring system that post temperature changes and route them to [MQTT](../../components/latest/mqtt-component.html) broker, and store in a SQL Database.
+*   [Apache Camel for home monitoring](https://tingenek.wordpress.com/2013/02/28/apache-camel-for-home-monitoring) - A good blog post from February 2013 how to use Camel to pickup files from a home monitoring system that post temperature changes and route them to MQTT broker, and store in a SQL Database.
 *   [Designing and Implementing our Camel-based mgm Cosmo Router](https://live.mgm-tp.com/en/designing-and-implementing-our-camel-based-mgm-cosmo-router-robust-and-fail-safe-message-routing-with-apache-camel-part-1/) - First blog of a series of blogs on experience with using Apache Camel implementing a solution for integrating an insurance software with a CRM system. Recommended read.
 *   [Lessons learned from using Apache Camel, MTOM and JMS](https://www.avisi.nl/blog/2013/05/28/lessons-learned-from-using-apache-camel-mtom-and-jms/) - Blog post on experience using SOAP with MTOM (using Apache CXF) and JMS (using Apache ActiveMQ).
 *   [From inside the code: Camel RouteBuilder and Java DSL](https://blog.christianposta.com/camel/from-inside-the-code-camel-routebuilder-and-java-dsl/) - A deep dive into the internals of Apache Camel to see how the Java [DSL](../../manual/latest/dsl.html) works