Checkout the SimpleString class [1]. Hopefully that will answer most of
your questions.
Justin
[1]
https://github.com/apache/activemq-artemis/blob/main/artemis-commons/src/main/java/org/apache/activemq/artemis/api/core/SimpleString.java
On Mon, Jun 7, 2021 at 3:39 PM Dondorp, Erwin wrote:
> H
Hello,
A text message takes about twice the size when it is kept in the broker memory.
A warning for that is present in the documentation, see
https://activemq.apache.org/components/artemis/documentation/latest/large-messages.html#configuring-the-core-client
But I could not find the exact reason