A quick test using 2.23.1 results in the same error payload being received:

"Message(address='test', durable=True, priority=4,
annotations=AnnotationDict({symbol('x-opt-jms-dest'): byte(0),
symbol('x-opt-jms-msg-type'): byte(0)}),
properties={'JMSXDeliveryCount': None, '_AMQ_LARGE_SIZE': 67},
body='Conversion to AMQP error: Error reading in simpleString,
length=1330464032 is greater than readableBytes=62')"

Best regards

On Thu, Jul 14, 2022 at 9:18 PM Clebert Suconic
<clebert.suco...@gmail.com> wrote:
>
> There's been a few fixes in AMQP Large message.
>
>
> More prominently a fix with the JDBC implementation between 2.17 and HEAD.
>
>
> I would definitely recommend you to upgrade.
>
> On Thu, Jul 14, 2022 at 10:26 AM Justin Bertram <jbert...@apache.org> wrote:
> >
> > 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
> > >
> > >
>
>
>
> --
> Clebert Suconic

Reply via email to