I would expect this to work. Can you try this on the latest release (i.e. 2.23.1) [1]?
If it still doesn't work please open a Jira with all the details necessary to reproduce the problem. An actual test-case would be ideal. Thanks! Justin [1] https://activemq.apache.org/components/artemis/download/ On Thu, Jul 14, 2022 at 9:20 AM Andy Yar <andyya...@gmail.com> wrote: > Hello, > Sending a message as a Large Message via Core protocol and receiving > it via AMQP on Artemis 2.17.0 ends with receiving the following string > as message body: > > "Conversion to AMQP error: Error reading in simpleString, length=y is > greater than readableBytes=x" > > Broker lists the message as Type: Default and Large: True. > > The receiver is basically Qpid's: > > https://github.com/apache/qpid-proton/blob/main/python/examples/queue_browser.py > > The doc > https://activemq.apache.org/components/artemis/documentation/2.17.0/large-messages.html > states both Core and AMQP support Large Message. Is this approach > valid? > > Thanks > >