Github user gemmellr commented on the issue:
https://github.com/apache/activemq-artemis/pull/1590
The AMQP JMS mapping is in part around getting any different AMQP JMS
implementations behaving consistently with each other, it could as easily say
use amqp-value, or say use either. The JMS mapping/client also copes with
receiving either, see the recieving side mapping details later in the doc.
There is nothing wrong with the broker sending amqp-value sections, and
other clients might prefer that. It seems entirely unrelated to the actual
defect here, so I'd leave it the way it is, but even if it were changed I would
actually separate it out as its own specific change.
---