Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 27216 invoked from network); 8 Nov 2006 15:05:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2006 15:05:25 -0000 Received: (qmail 31147 invoked by uid 500); 8 Nov 2006 15:05:35 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 31130 invoked by uid 500); 8 Nov 2006 15:05:35 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 31121 invoked by uid 99); 8 Nov 2006 15:05:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Nov 2006 07:05:35 -0800 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=DNS_FROM_RFC_WHOIS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of tabish@twcny.rr.com designates 24.24.2.55 as permitted sender) Received: from [24.24.2.55] (HELO ms-smtp-01.nyroc.rr.com) (24.24.2.55) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Nov 2006 07:05:20 -0800 Received: from Workstation (cpe-24-58-151-190.twcny.res.rr.com [24.58.151.190]) by ms-smtp-01.nyroc.rr.com (8.13.6/8.13.6) with ESMTP id kA8F4vJJ008415 for ; Wed, 8 Nov 2006 10:04:58 -0500 (EST) From: "Timothy Bish" To: Subject: RE: Problem with STOMP C++ Client connecting with a AMQ Broker having Authorization and Authentication Plugins installed Date: Wed, 8 Nov 2006 10:04:57 -0500 Message-ID: <037201c70347$42377300$2802a8c0@Workstation> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-reply-to: <7239647.post@talk.nabble.com> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Thread-index: AccDRL0vpQ9Kq/CLSbaAAd4pSWx7fgAAdEOw X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked by ClamAV on apache.org > > Thanks for your reply. > > We are not getting any errors when we are trying to send/receive message. > > What we require here is that, when we are sending wrong credentials to the > AMQ Broker, the C++ ActiveMQ client should be able to get the > Authentication > failed error code. Right we get that, we just wanted to know how much functionality the stomp client had when connected with bad credentials. Sounds like none is what you're seeing. > > The 'CONNECTED' message is not being sent by AMQ Broker at all, as the > plug-in is installed in the Broker. > > This 'CONNECTED' message we are receiving in the SocketInputStream.cpp > class > present under C++ ActiveMQ client. The connected message would have to be coming from the Broker as the CPP client wouldn't spuriously create one for you. We are looking into what the correct behavior should be given the limitations of the stomp protocol. We'll keep you posted on the fix. Regards Tim