Hi Gary, On Sun, 11 Sept 2022 at 18:13, Gary Gregory <garydgreg...@gmail.com> wrote: > > java.lang.IllegalStateException: Unexpected message larger than 4096 bytes
This is probably due to the 8192 bytes limit in `EncodingListAppender.Destination`. We should probably increase it. Piotr