Re: text-message size when the message is in the Artemis broker memory

2021-06-08 Thread Justin Bertram
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

text-message size when the message is in the Artemis broker memory

2021-06-07 Thread Dondorp, Erwin
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