Which characters are allowed in password string of AMQ ?
Issue
- Which characters are allowed in password string of AMQ ?
- With
!in password getting following error :
activemq:consumer --brokerUrl tcp://localhost:61616 --user admin --password 'P@$$w0rd!!!' --destination FOO.BAR --messageCount 3
[ERROR] Could not expand event
java.lang.IllegalArgumentException: !' --destination FOO.BAR --messageCount 3: event not found
at jline.console.ConsoleReader.expandEvents(ConsoleReader.java:779)
at jline.console.ConsoleReader.finishBuffer(ConsoleReader.java:631)
at jline.console.ConsoleReader.accept(ConsoleReader.java:2019)
at jline.console.ConsoleReader.readLine(ConsoleReader.java:2666)
at jline.console.ConsoleReader.readLine(ConsoleReader.java:2269)
at org.apache.karaf.shell.console.jline.Console.readAndParseCommand(Console.java:268)
at org.apache.karaf.shell.console.jline.Console.run(Console.java:191)
at org.apache.karaf.shell.ssh.ShellFactoryImpl$ShellImpl$1.runConsole(ShellFactoryImpl.java:169)
at org.apache.karaf.shell.ssh.ShellFactoryImpl$ShellImpl$1$1.run(ShellFactoryImpl.java:125)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.karaf.jaas.modules.JaasHelper.doAs(JaasHelper.java:47)
at org.apache.karaf.shell.ssh.ShellFactoryImpl$ShellImpl$1.run(ShellFactoryImpl.java:123)
Environment
- Red Hat JBoss Fuse
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
