Github user tabish121 commented on the issue:
https://github.com/apache/activemq-artemis/pull/810
A JMS Message sent for OpenWire / Core or wherever should contain a Binary
message body and that value can just be placed directly into a Data value as
the original Binary without need to decode it. As an extra nicety you can
throw in the 'application/x-java-serialized-object' content type value and then
for things like Qpid JMS that understand that you'd get an ObjectMessage out on
the client's consumer and treat the same as any other JMS client getting an
ObjectMessage by calling getObject and hoping you had the right classes on the
Classpath
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---