You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Alexej Timonin (Jira)" <ji...@apache.org> on 2021/09/04 21:36:00 UTC

[jira] [Updated] (AMQ-8372) Provide possiblity to enter delimiter when sending TextMessage via MBean

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

Alexej Timonin updated AMQ-8372:
--------------------------------
    Description: 
I would like to send TextMessage with JConsole. Current functionality of MBean operation sendTextMessageWithProperties expects comma separated list of properties, which parses input incorrectly if body of the message has a comma in it, for example if body is a JSON string.

I've created a PR [https://github.com/apache/activemq/pull/707] with my proposed changes.

  was:I would like to send TextMessage with JConsole. Current functionality of MBean operation sendTextMessageWithProperties expects comma separated list of properties, which parses input incorrectly if body of the message has a comma in it, for example if body is a JSON string. I've created a PR [https://github.com/apache/activemq/pull/707] with my proposed changes.


> Provide possiblity to enter delimiter when sending TextMessage via MBean
> ------------------------------------------------------------------------
>
>                 Key: AMQ-8372
>                 URL: https://issues.apache.org/jira/browse/AMQ-8372
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: JMX
>            Reporter: Alexej Timonin
>            Priority: Minor
>              Labels: pull-request-available
>
> I would like to send TextMessage with JConsole. Current functionality of MBean operation sendTextMessageWithProperties expects comma separated list of properties, which parses input incorrectly if body of the message has a comma in it, for example if body is a JSON string.
> I've created a PR [https://github.com/apache/activemq/pull/707] with my proposed changes.



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