Bug 450998 - Java samples use wrong username/password
Summary: Java samples use wrong username/password
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-java
Version: 1.0
Hardware: All
OS: Linux
urgent
medium
Target Milestone: ---
: ---
Assignee: Arnaud Simon
QA Contact: Kim van der Riet
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-06-12 08:43 UTC by Arnaud Simon
Modified: 2012-12-07 17:44 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-12-07 17:43:04 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Arnaud Simon 2008-06-12 08:43:23 UTC
Description of problem:
Java samples are configured for using user name "username" and password
"password". The default SASL database contains user "guest" with password
"guest". This means that java samples cannot be run unless broker authentication
is disabled or user "username" is added to the SASL database, 

Solution:
I believe the best way of solving that is to update the java sample URLs with
user name guest, password guest.

Comment 1 Arnaud Simon 2008-06-12 09:40:02 UTC
See qpid-1134 (closed): Sample URLs are now
amqp://guest:guest@clientid/test?brokerlist='tcp://localhost:5672' 


Note You need to log in before you can comment on or make changes to this bug.