From 34efe4b2621a11c9fe122e53ac7d161f1bcafedf Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Fri, 25 Apr 2014 09:16:57 -0400 Subject: [PATCH] MQTT: Add README note: Moved to Spring Integration --- spring-integration-mqtt/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-integration-mqtt/README.md b/spring-integration-mqtt/README.md index 7bd37bb..3fd8e81 100644 --- a/spring-integration-mqtt/README.md +++ b/spring-integration-mqtt/README.md @@ -1,6 +1,9 @@ Spring Integration MQTT Support =============================== +####Note: as of version 4.0.0, this extension has been moved to the main [Spring Integration Project](https://github.com/spring-projects/spring-integration) + + `inbound` and `outbound` channel adapters are provided for [MQ Telemetry Transport (MQTT)][]. The current implementation uses the [Eclipse Paho][] client. __Note:__ Starting with version 4.0.0, this module has been moved to the main [Spring Integration][] project.