You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (Jira)" <ji...@apache.org> on 2020/11/16 21:17:00 UTC

[jira] [Updated] (ARTEMIS-2993) Artemis plugin console components raise syntax error

     [ https://issues.apache.org/jira/browse/ARTEMIS-2993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Bertram updated ARTEMIS-2993:
------------------------------------
    Description: 
Artemis plugin components raise a syntax error on special characters, ie the queues tab raise a syntax error after clicking on the address {{TEST\'QUEUE}}:

{code:java}
./broker/bin/artemis producer --verbose --destination queue://TEST\'QUEUE --user admin --password admin --protocol core --message-count 1
{code}


  was:
Artemis plugin components raise a syntax error on special characters, ie the queues tab raise a syntax error after clicking on the address `TEST\'QUEUE`:

{code:java}
./broker/bin/artemis producer --verbose --destination queue://TEST\'QUEUE --user admin --password admin --protocol core --message-count 1
{code}



> Artemis plugin console components raise syntax error
> ----------------------------------------------------
>
>                 Key: ARTEMIS-2993
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2993
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Domenico Francesco Bruscino
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Artemis plugin components raise a syntax error on special characters, ie the queues tab raise a syntax error after clicking on the address {{TEST\'QUEUE}}:
> {code:java}
> ./broker/bin/artemis producer --verbose --destination queue://TEST\'QUEUE --user admin --password admin --protocol core --message-count 1
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)