You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Andy Yar <an...@gmail.com> on 2022/07/14 14:11:09 UTC

Artemis - Large Message Core => AMQP

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

Re: Artemis - Large Message Core => AMQP

Posted by Justin Bertram <jb...@apache.org>.
It appears you sent the same message twice. I replied to your previous
copy. Let me know if you don't receive it.


Justin

On Thu, Jul 14, 2022 at 9:23 AM Andy Yar <an...@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
>
>