-
Bug
-
Resolution: Done
-
Major
-
AMQ 7.11.0.GA
-
False
-
None
-
False
-
-
ARTEMIS-4282
-
-
AMQ 7.11.0 broker terminates if a message is sent in a transacted session with a larger header size than the default journal-buffer-size using the AMQP protocol.
Steps to reproduce this issue:
Please create a broker instance, and set the username and password as admin and admin, respectively.
Please run the reproducer:
git clone https://github.com/bszeti/jmsapi-artemis-test.git
cd jmsapi-artemis-test/
git checkout large-header
mvn clean package; java -jar target/jmsapitest-1.0-SNAPSHOT.jar
Java version:
$ java -version
openjdk version "11.0.18" 2023-01-17
OpenJDK Runtime Environment (Red_Hat-11.0.18.0.10-1.fc37) (build 11.0.18+10)
OpenJDK 64-Bit Server VM (Red_Hat-11.0.18.0.10-1.fc37) (build 11.0.18+10, mixed mode, sharing)