Re: large amqp message size for Artemis question

2021-08-04 Thread Justin Bertram
There is a limit where the broker *must* treat any message as a large message and that limit is the journal-buffer-size. If the message can't fit in the journal buffer then it can't be persisted to the journal so it must be stored as a large message. By default the journal-buffer-size is 490 *

large amqp message size for Artemis question

2021-08-04 Thread Dondorp, Erwin
Hello, I'm testing with big amqp messages, which are required to remain in-memory on the Artemis broker. The acceptor parameter amqpMinLargeMessageSize is raised from its default value of 100KiB, to the new value 2000KiB. Testing is done by just looking at the data/large-messages directory,