There is no way to completely disable large message support. This is
because clients are free to send messages larger than the configured
journal-buffer-size (490KB by default). When that happens the broker has no
choice but to treat the message as "large" and stream it to disk rather
than storing it in the journal. You can increase the journal-buffer-size to
make large messages less likely or even effectively eliminate them
depending on your use-case, but using the larger buffer may have an impact
on performance.

What "difficulties" are you having currently with AMQP, MQTT, & large
messages?


Justin


On Wed, Aug 30, 2023 at 2:21 AM Modanese, Riccardo
<riccardo.modan...@eurotech.com.invalid> wrote:

> Hello to everyone,
>
>     I’m trying to configure my Camel routes (3.11) with Artemis (2.28.0)
> large messages but I’m still experiencing some difficulties.
> My clients are MQTT and my Camel routes are using AMQP endpoint.
> Is there a way to completely disable large message support on Artemis or
> to set the min value globally on Artemis to override any setting made on
> connectors bases?
>
> Regards,
>
> Riccardo Modanese
>
>

Reply via email to