Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4507E18545 for ; Fri, 27 Nov 2015 11:54:42 +0000 (UTC) Received: (qmail 28034 invoked by uid 500); 27 Nov 2015 11:54:42 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 27997 invoked by uid 500); 27 Nov 2015 11:54:42 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 27985 invoked by uid 99); 27 Nov 2015 11:54:41 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Nov 2015 11:54:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D9F8FDFDCF; Fri, 27 Nov 2015 11:54:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: raulk@apache.org To: commits@ignite.apache.org Message-Id: <15bfefd892da4013a54727a52c522f05@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ignite git commit: Add README.txt for jms11, mqtt and zookeeper modules. Date: Fri, 27 Nov 2015 11:54:41 +0000 (UTC) Repository: ignite Updated Branches: refs/heads/ignite-1.5 95ab2310d -> 722fe14a6 Add README.txt for jms11, mqtt and zookeeper modules. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/722fe14a Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/722fe14a Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/722fe14a Branch: refs/heads/ignite-1.5 Commit: 722fe14a6814a9cdbfea1cbfe53598ba5ed8ea8f Parents: 95ab231 Author: Raul Kripalani Authored: Fri Nov 27 11:54:32 2015 +0000 Committer: Raul Kripalani Committed: Fri Nov 27 11:54:32 2015 +0000 ---------------------------------------------------------------------- modules/jms11/README.txt | 29 +++++++++++++++++++++++++++++ modules/mqtt/README.txt | 29 +++++++++++++++++++++++++++++ modules/zookeeper/README.txt | 29 +++++++++++++++++++++++++++++ 3 files changed, 87 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/722fe14a/modules/jms11/README.txt ---------------------------------------------------------------------- diff --git a/modules/jms11/README.txt b/modules/jms11/README.txt new file mode 100644 index 0000000..3f0d213 --- /dev/null +++ b/modules/jms11/README.txt @@ -0,0 +1,29 @@ +Apache Ignite JMS 1.1 Module +---------------------------- + +Apache Ignite JMS 1.1 module provides a streamer to consume JMS queue and topic messages into +Apache Ignite caches. + +Importing Apache Ignite JMS 1.1 Module In Maven Project +-------------------------------------------------------- + +If you are using Maven to manage dependencies of your project, you can add the JMS 1.1 module +dependency like this (replace '${ignite.version}' with actual Ignite version you are +interested in): + + + ... + + ... + + org.apache.ignite + ignite-jms11 + ${ignite.version} + + ... + + ... + http://git-wip-us.apache.org/repos/asf/ignite/blob/722fe14a/modules/mqtt/README.txt ---------------------------------------------------------------------- diff --git a/modules/mqtt/README.txt b/modules/mqtt/README.txt new file mode 100644 index 0000000..62a1589 --- /dev/null +++ b/modules/mqtt/README.txt @@ -0,0 +1,29 @@ +Apache Ignite MQTT Module +------------------------- + +Apache Ignite MQTT module provides a streamer to consume MQTT topic messages into +Apache Ignite caches. + +Importing Apache Ignite MQTT Module In Maven Project +---------------------------------------------------- + +If you are using Maven to manage dependencies of your project, you can add the MQTT module +dependency like this (replace '${ignite.version}' with actual Ignite version you are +interested in): + + + ... + + ... + + org.apache.ignite + ignite-mqtt + ${ignite.version} + + ... + + ... + http://git-wip-us.apache.org/repos/asf/ignite/blob/722fe14a/modules/zookeeper/README.txt ---------------------------------------------------------------------- diff --git a/modules/zookeeper/README.txt b/modules/zookeeper/README.txt new file mode 100644 index 0000000..6d400ad --- /dev/null +++ b/modules/zookeeper/README.txt @@ -0,0 +1,29 @@ +Apache Ignite ZooKeeper Module +------------------------------ + +Apache Ignite ZooKeeper module provides a TCP Discovery IP Finder that uses a ZooKeeper +directory to locate other Ignite nodes to connect to. + +Importing Apache Ignite ZooKeeper Module In Maven Project +--------------------------------------------------------- + +If you are using Maven to manage dependencies of your project, you can add the ZooKeeper +module dependency like this (replace '${ignite.version}' with actual Ignite version you +are interested in): + + + ... + + ... + + org.apache.ignite + ignite-zookeeper + ${ignite.version} + + ... + + ... +