I'm trying to send XML message with properties using DestinationViewMBean.sendTextMessageWithProperties(...) method. It accepts a comma separated list of key=value pairs where we can specify the body and other properties (body=<?xml version="1.0" encoding="UTF-8"?>,CustomProperty='a=b'). In case if value of any property contains character '=' (for example xml with attributes) then such property will be skipped.Is this a bug?
-- View this message in context: http://activemq.2283324.n4.nabble.com/Problem-with-sending-XML-body-via-JMX-s-sendTextMessageWithProperties-tp4684015.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.