Re: Artemis large-message not initialized on server

2024-02-04 Thread Alisher Kozhabay
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

Re: Artemis large-message not initialized on server

2024-02-02 Thread Justin Bertram
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

Artemis large-message not initialized on server

2024-02-01 Thread Alisher Kozhabay
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