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

Reply via email to