mirror of
https://github.com/apache/activemq.git
synced 2025-02-10 03:56:21 +00:00
This enables possibility to send messages containing commas in the body with tools such as jconsole. Example simple text as body: body=Hello, world! Example json as body: body={"a":"b","c":"d"}