Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 78189 invoked from network); 9 Dec 2009 19:44:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Dec 2009 19:44:39 -0000 Received: (qmail 99647 invoked by uid 500); 9 Dec 2009 19:44:38 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 99625 invoked by uid 500); 9 Dec 2009 19:44:38 -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 99615 invoked by uid 99); 9 Dec 2009 19:44:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 19:44:38 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of h.willstrand@gmail.com designates 209.85.220.213 as permitted sender) Received: from [209.85.220.213] (HELO mail-fx0-f213.google.com) (209.85.220.213) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2009 19:44:34 +0000 Received: by fxm5 with SMTP id 5so7165350fxm.8 for ; Wed, 09 Dec 2009 11:44:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=IR33grnCEDidJpjTUBiZLfhJeLDIJhIaIBUL0PDiA1Y=; b=hkxRF/qAhotvJ69h9P94sxYwkZaBaaHbfOqEpKkuLHu4ryJAZpVPRWvczAM/nDQvSV PxgSqDPOK3gn1JGCBX6nHjAqaNw3icqZfS5bcc/9pUpFqCY9hHkAszLsHshF7K3Rmt+d BSUtq56leVkEmIJvx919nLc7n/jk2uKHRXQbA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=QaYuJB8HBYYzvuQOHn0VXmGIps9PP1QbpNkimk5PMIOC/2sRnpmyk/l8SFKmwkUCg6 XGai87pqFbJXKki3296uoKmZ4htJBUS7CguxRcTLxtNmz+9qbP+/YUUqn4/p0V6HwCAS fC9V7HcUhWUijq9QPbkDaTfBenHyT76cigNQk= MIME-Version: 1.0 Received: by 10.239.181.167 with SMTP id m39mr992722hbg.169.1260387852061; Wed, 09 Dec 2009 11:44:12 -0800 (PST) In-Reply-To: <26715083.post@talk.nabble.com> References: <26715083.post@talk.nabble.com> Date: Wed, 9 Dec 2009 20:44:12 +0100 Message-ID: <175f5a0f0912091144w553755e8v4b2454c0f5838dd7@mail.gmail.com> Subject: Re: Question from a beginner: default username/password From: "H. Willstrand" To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi! On Wed, Dec 9, 2009 at 7:35 PM, turicum wrote: > > Dear ActiveMQ users, > > I've just unpacked the latest ActiveMQ release and started one broker using > the activemq-demo.xml configuration. I can connect via XMPP using Pidgin, > create new topics, send and receive messages. I used "admin" as username & > password but I cannot find any file containing them. Are these default > values hard-coded? > > Thanks! > Alex > -- > View this message in context: http://old.nabble.com/Question-from-a-beginner%3A-default-username-password-tp26715083p26715083.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > Have look at http://activemq.apache.org/security.html //HW