Hi, it looks like there are two characters which cannot be used in password. These characters are comma and equals.
Qpid JMS Client - 0.25.0 Qpid Java Broker - 7.0.0 Connection string amqp://host:port?jms.username=user&jms.password=encodedPassword I am encoding password by URLEncoder.encode(password, StandardCharsets.UTF_8.name()). Are these characters unsupported? Vavricka -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
