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 4A10C17600 for ; Fri, 27 Mar 2015 06:07:39 +0000 (UTC) Received: (qmail 17355 invoked by uid 500); 27 Mar 2015 06:07:29 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 17318 invoked by uid 500); 27 Mar 2015 06:07:29 -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 17306 invoked by uid 99); 27 Mar 2015 06:07:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2015 06:07:29 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ktumegala@gmail.com designates 209.85.213.177 as permitted sender) Received: from [209.85.213.177] (HELO mail-ig0-f177.google.com) (209.85.213.177) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2015 06:07:23 +0000 Received: by igbud6 with SMTP id ud6so12024582igb.1 for ; Thu, 26 Mar 2015 23:06:18 -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=7vlnwT3QOXS9D7OL+Dxj+BoG9ubt/T/SZGRkXarhz/Y=; b=FzVPHaJfvMJELJSRkWMztNwQlo73NZoKluwIqA3jorTM+gsDEZAvzCv9FbXG2TW4ND 4tbzI9VAMFCLFXe76y+QZwsYL2ns7smkXcm0Lxozb10hj0+VQgws/6JD0+Ax74J20N/n dym5e9KpmM6ADHBE9TE/7L4W33bqNv1iyehB+URoT5KDvwF8Ds3Vb0XuKFqmG1itFeRN 37rEi1GVHtH2KThEeR3GQKh2kYWzbUOcWw1LEHNJ1y59jWZfbbtNXFXBJLFXY9nKDmBk g27gy5q7dsThtCfE6eynmfZR4g+gwsnOpe/f4+VWGmacAPi7+w+8BmCsmT+htEIffmTT w/Og== MIME-Version: 1.0 X-Received: by 10.42.68.204 with SMTP id y12mr42411470ici.84.1427436378098; Thu, 26 Mar 2015 23:06:18 -0700 (PDT) Received: by 10.36.12.75 with HTTP; Thu, 26 Mar 2015 23:06:18 -0700 (PDT) Date: Fri, 27 Mar 2015 11:36:18 +0530 Message-ID: Subject: Amqp support for activemq From: Megala Uthayakumar To: users@activemq.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I am trying to find out whether the activemq supports the previous versions of amqp, since activemq uses qpid proton to support amqp 1.0. According to the Qpid website, it is stated that Qpid proton only supports amqp1.0. If activemq supports the previous versions, can someone elaborate on how it is achieved. Thanks Megala