Re: Artemis - Large Message - Core => AMQP

2022-07-18 Thread Clebert Suconic
AMQP to Core and Core to AMQP conversions expect you using JMS clients to generate your message. There are certain caveats that both clients will add to the messages. Usually I have seen more users doing weird conversions in AMQP when they use a C++ or non Java Client.. but on your case you used

Re: Artemis - Large Message - Core => AMQP

2022-07-18 Thread Clebert Suconic
Are you using the LargeServerMessageImpl on your client, or that was just a "hack" to reproduce your issue. LargeServerMessageImpl was not meant to be used on the client. But if you're doing that just to show something you faced in production it's ok.. but using the LargeServerMessageImpl to send

Re: Artemis - Large Message - Core => AMQP

2022-07-18 Thread Andy Yar
Hello, Yes, the 2.23.1 test instance was freshly created. I've attached a test as a part of ARTEMIS-3897 . I hope it helps. On Sat, Jul 16, 2022 at 5:21 PM Clebert Suconic wrote: > Did you start with fresh data on 2.23.1. > > If you did pleas