Artemis - Large Message - Core => AMQP

2022-07-14 Thread Andy Yar
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:

Artemis - Large Message Core => AMQP

2022-07-14 Thread Andy Yar
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:

Re: Artemis - Large Message - Core => AMQP

2022-07-14 Thread Justin Bertram
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/down

Re: Artemis - Large Message Core => AMQP

2022-07-14 Thread Justin Bertram
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 wrote: > Hello, > Sending a message as a Large Message via Core protocol and receiving > it via AMQP on Artemis 2.17.0 ends with rec

Re: Artemis - Large Message - Core => AMQP

2022-07-14 Thread Clebert Suconic
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 wrote: > > I would expect this to work. Can you try this on the latest releas