Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
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.