Not possible to use brokerUri option when using ./activemq console command line
-------------------------------------------------------------------------------
Key: AMQ-3371
URL: https://issues.apache.org/jira/browse/AMQ-3371
Project: ActiveMQ
Issue Type: Bug
Reporter: Charles Moulliard
The following syntax does not work with AMQ 5.5 ?
{code}
./activemq console
broker:(tcp://localhost:61616,network:static:tcp://remotehost:61616)?persistent=false&useJmx=true
-bash: syntax error near unexpected token `('
{code}
I have used successfully this one :
{code}
./activemq console broker:'\(tcp://localhost61616\)'/brokerName'?useJmx=true
{code}
Can someone check and confirm that this is the right syntax ?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira