Martin Lichtin created AMQ-5725:
-----------------------------------
Summary: browse command emits tons of NUL bytes when not asking to
print the body
Key: AMQ-5725
URL: https://issues.apache.org/jira/browse/AMQ-5725
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.11.1
Environment: Karaf 3.0.3
Reporter: Martin Lichtin
Priority: Minor
Using a command like
browse --amqurl tcp://localhost:61616 -Vheader,custom myqueue
prints the headers as expected, but also prints a line like
JMS_BODY_FIELD:JMSBytes:1 = [NUL][NUL][NUL][NUL][NUL][NUL][NUL]
with a lot more [NUL] in fact.
As I'm not asking for the body, it should avoid printing JMS_BODY_FIELD.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)