You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The message body is being sent as a string. However, as rhea is an AMQP library, the messages as a whole is encoded in the AMQP type system.
I believe ActiveMQ by default treats the entire AMQP message as the body of a JMS BytesMessage. See 'Mapping to JMS' in https://activemq.apache.org/components/classic/documentation/amqp. You may need to configure the broker to choose a different treatment e.g. 'jms'.
Hello,
I don't know if it's a problem, the body of the messages I send have a binary format, for example:
SpESsESw��Hello, ActiveMQ
i am using Apache activeMQ v5.15.6, node v20.15.1, npm v10.7.0
how can I force the body of a message to be encoded as plain JSON or text plain data?
The text was updated successfully, but these errors were encountered: