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 DB970D5F5 for ; Tue, 30 Oct 2012 23:49:23 +0000 (UTC) Received: (qmail 19718 invoked by uid 500); 30 Oct 2012 23:49:23 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 19688 invoked by uid 500); 30 Oct 2012 23:49:23 -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 19679 invoked by uid 99); 30 Oct 2012 23:49:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2012 23:49:23 +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 (nike.apache.org: domain of orudyy@gmail.com designates 209.85.214.170 as permitted sender) Received: from [209.85.214.170] (HELO mail-ob0-f170.google.com) (209.85.214.170) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2012 23:49:15 +0000 Received: by mail-ob0-f170.google.com with SMTP id ni5so764935obc.15 for ; Tue, 30 Oct 2012 16:48:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=g+CvR4Y1Bgd34RrJY9qMq4haezlJ798+/dXt5UpAa44=; b=ax/6TyIEc7bMMAPYiDBoAxDUfEkUukGs1FVRP7vORjUYGgVOl0P6ps4s4yDq/tjSyD 9XrGfP581iRCPG8VLr9qzZMfMB3jRR8VYWo0yXEHPN0+ktbIZGVs/TGQhiTrYQh6nHy1 0XVn8sM9rwaRs5Xg2d0tTAxKz7SuoUZ70QMu3/Bp6Ur0ld+Vj5o3unvAJNdtRmDpQtLd uUMubFjHyQcESuQX+cDH7nWGH5si6/Rn+0p/irSbYm298s3VMoLl9ighh03RZRg0rzF6 gsHyTEuItMDOFMoO8hfiC9bLJw/7ZtYLodla6XkxDDwlzr2MRdXeeda/Y4UEk9L2PCGO pXjA== MIME-Version: 1.0 Received: by 10.60.14.200 with SMTP id r8mr24458074oec.45.1351640934879; Tue, 30 Oct 2012 16:48:54 -0700 (PDT) Received: by 10.60.2.201 with HTTP; Tue, 30 Oct 2012 16:48:54 -0700 (PDT) In-Reply-To: <508F737C.4060302@gmail.com> References: <1351193413.33603.YahooMailNeo@web161402.mail.bf1.yahoo.com> <508E28E5.90703@redhat.com> <508F737C.4060302@gmail.com> Date: Tue, 30 Oct 2012 23:48:54 +0000 Message-ID: Subject: Re: C++ clients unable to communicate with Java broker From: Oleksandr Rudyy To: users@qpid.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi, Can you change java broker log level to debug and provide the broker logs for c++ client connect? You need to change in ${QPID_HOME}/etc/log4j.xml the following logger configuration By default, the log level is set to "warn". Also, could you try to run spout/drain examples by specifying sasl mechanism as PLAIN with "connection-options" argument? The following worked for me with client being compiled without SASL dependencies ./spout -c 1 -b guest/guest@localhost --connection-options {sasl-mechanism:PLAIN} queue ./drain -c 1 -b guest/guest@localhost --connection-options {sasl-mechanism:PLAIN} queue Kind Regards, Alex --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org