-
Bug
-
Resolution: Obsolete
-
Minor
-
None
-
None
-
None
When sending a 4MiB message, the client timeouts with the following displayed in the server log
12:09:18,182 WARN [org.apache.activemq.artemis.core.client] AMQ212037: Connection failure has been detected: AMQ119014: Did not receive data from /127.0.0.1:53686 within the 60,000ms connection TTL. The connection will now be closed. [code=CONNECTION_TIMEDOUT]
Sending a 1MiB message works fine and is done immediately.
This could be related to ENTMQBR-423, ENTMQBR-483, but I don't think so, because Python AMQP client works.