The most interesting thing is that this error is only on production,
and when I try to reproduce it locally, I don’t have an error on the
broker, but still the message is considered large, although I set the
connectionFactory.setMinLargeMessageSize(9) parameter and see
in debug mode what is
The stack trace indicates that the broker is receiving a
SESS_SEND_CONTINUATION packet from a client. This kind of packet is only
sent when a core client is sending a large message. However, based on the
information you have provided the client doesn't appear to be sending a
large message. I can on
Hello, I have a problem sending messages to artemis.
artemis-server version = 2.30(docker)
artemis-client version = 2.30
Artemis client configured like:
connectionFactory.setMinLargeMessageSize(9);
And i see that client send message as regular not large, but server
thinks its large
if (isL