Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C447D150 for ; Wed, 22 May 2013 23:39:27 +0000 (UTC) Received: (qmail 92456 invoked by uid 500); 22 May 2013 23:39:26 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 92410 invoked by uid 500); 22 May 2013 23:39:26 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 92402 invoked by uid 99); 22 May 2013 23:39:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 May 2013 23:39:26 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paddy.carman@gmail.com designates 209.85.192.172 as permitted sender) Received: from [209.85.192.172] (HELO mail-pd0-f172.google.com) (209.85.192.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 May 2013 23:39:20 +0000 Received: by mail-pd0-f172.google.com with SMTP id 10so2262148pdi.3 for ; Wed, 22 May 2013 16:38:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=6Je3jbDXKRBdfx9mq6PM4/t0CmPyv2dbZQsGz0LYB0g=; b=aab4sPF1k94zE+Eq1CElGStSf54Hwd8bGD+hwn49njfqmeYuhL2U7kf+95jG/uGffn SO11AZZ6Bj6RXjI1wcQQX6MhjeSpOwvA/s9MAhWL1wbpTGuHFWEcndBhq46pmAVcDBXD iwR+fUNW+TRJVB0E6sSw+yFDe2YyYwjQnrPN5LLGNUcN3I6s7kBSp8oy1sgd3qtGsUxG S5Y3Q/qq95JIs1DjiD3luGeg+ftgsBXDq9og8H7zyxqvvX9Snohzl+RcXjIDw93PPK3L aUNkWroFn+BjEsKN7LBURUHPrFsepELefNARFOATVrR3kULNsV8/KQTBFhTgJm+lOH6U 3eGA== MIME-Version: 1.0 X-Received: by 10.66.146.232 with SMTP id tf8mr10809336pab.32.1369265938927; Wed, 22 May 2013 16:38:58 -0700 (PDT) Received: by 10.70.91.105 with HTTP; Wed, 22 May 2013 16:38:58 -0700 (PDT) Date: Wed, 22 May 2013 16:38:58 -0700 Message-ID: Subject: How does JMS/STOMP queue map to MQTT From: Paddy Carman To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=047d7b6dbc36e493fe04dd57117a X-Virus-Checked: Checked by ClamAV on apache.org --047d7b6dbc36e493fe04dd57117a Content-Type: text/plain; charset=ISO-8859-1 Hi I have been using STOMP to connect to ActiveMQ from my non-mobile clients. I have been using topics as well as queues. I am thinking of using MQTT to connect to the broker from Android. One question I have is how JMS queues are converted in MQTT (since MQTT does not support queues). Any info or suggestions on this would be very useful. Thanks, PC --047d7b6dbc36e493fe04dd57117a--