Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-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 B50B7F4C7 for ; Fri, 12 Apr 2013 06:39:55 +0000 (UTC) Received: (qmail 73836 invoked by uid 500); 12 Apr 2013 06:39:55 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 73597 invoked by uid 500); 12 Apr 2013 06:39:52 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 73565 invoked by uid 99); 12 Apr 2013 06:39:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Apr 2013 06:39:51 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pandey.kishore@gmail.com designates 74.125.82.49 as permitted sender) Received: from [74.125.82.49] (HELO mail-wg0-f49.google.com) (74.125.82.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Apr 2013 06:39:46 +0000 Received: by mail-wg0-f49.google.com with SMTP id x12so1140678wgg.28 for ; Thu, 11 Apr 2013 23:39:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=LffO+VSRXmmFGH/RPL1Qh4lDRwla6hWzh1JoUYnX1yU=; b=UhJLYkbj1Ytdas+z6+3CVtHJzEFr9v5C8xO5f10LGZeK9tv28Sy48zQUPnag7qg08M 9XXSCaPv/JM2GA18wYGLv41CCehuTAQjP0+53ypE/KeX1cx1LIhTpvZvc0Tmeh016LLQ 7TP/SAxM1hxzqnwnBH3LE7r3J+/fvuw74pv97bumw/O6Y/3OWbBrhdx484t8yjPwF4/x Mivrhm3GXZnwQmsU1jvFEsCW8HefC+AteA/p2FWRy1BiPjlBJdCMDyQDxpGxTMqj5yHW yfcZFCyDA8quykz18GjYoS1iPacDiWus8yt1mb/FhEJTnpBfslXzHVvv2tOK6NhGtOfA 8OXA== MIME-Version: 1.0 X-Received: by 10.180.92.97 with SMTP id cl1mr1776558wib.19.1365748765283; Thu, 11 Apr 2013 23:39:25 -0700 (PDT) Received: by 10.194.30.134 with HTTP; Thu, 11 Apr 2013 23:39:25 -0700 (PDT) Date: Fri, 12 Apr 2013 12:09:25 +0530 Message-ID: Subject: TLS support in Apache Qpid From: kamal pandey To: users@qpid.apache.org, dev@qpid.apache.org Content-Type: multipart/alternative; boundary=f46d0434c06001def404da242a98 X-Virus-Checked: Checked by ClamAV on apache.org --f46d0434c06001def404da242a98 Content-Type: text/plain; charset=ISO-8859-1 Hi, I just wanted to know if Apache Qpid implementation supports TLS or not. I checked the connection code in "org\apache\qpid\amqp_1_0\client\Connection.java" where it is sending either AMQP protocol header ( "AMQP", 0, 1, 0, 0 ) or SASL protocol header ( "AMQP", 3, 1, 0, 0), but I am not seeing any code for sending TLS protocol header ( "AMQP", 2, 1, 0, 0). Though in the same file I am seeing code where based on "ssl" flag, it is creating secure sockets. Rgds, Kamal --f46d0434c06001def404da242a98--