rabbitmq / rabbitmq-server

Open source RabbitMQ: core server and tier 1 (built-in) plugins
https://www.rabbitmq.com/
Other
11.9k stars 3.9k forks source link

AMQP 1.0 sequence and value body sections are converted data section #9277

Closed acogoluegnes closed 10 months ago

acogoluegnes commented 10 months ago

This is a regression after the merge of message containers.

See #7001.

acogoluegnes commented 10 months ago

Steps to reproduce the issue:

cd /tmp
git clone git@github.com:rabbitmq/rabbitmq-stream-java-client.git
cd rabbitmq-stream-java-client
./mvnw test -Dtest=Amqp10InteroperabilityTest -Drabbitmqctl.bin=/path/to/rabbitmq-server/sbin/rabbitmqctl
acogoluegnes commented 10 months ago

Fixed in #9278.