I`m using Apache James as message producer and I don`t want to change the code if it is not necessary. I found this example, there they are using Blobmessage, right?
https://github.com/apache/activemq-artemis/blob/master/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/blob/FTPBlobTest.java -----Ursprüngliche Nachricht----- Von: David Martin <dav...@qoritek.com> Gesendet: Donnerstag, 12. März 2020 10:47 An: users@activemq.apache.org Betreff: Re: Support for BLOB types Hi Tobias, Is there a specific reason for needing BlobMessage support? If you just want to send binary messages, including very large ones, both BytesMessage and StreamMessage are supported. https://activemq.apache.org/components/artemis/documentation/latest/large-messages.html Dave VAT Registration No: 217 6517 07 On Thu, 12 Mar 2020 at 07:38, <tobias.w...@t-systems.com> wrote: > I got the message on the broker side that "BLOB types are not > supported yet", just wondering why? Is this a bug? > > I`m running on Windows 10 with JDK 1.8.xxx with latest activemq > artemis version. > > 2020-03-10 13:55:29,822 WARN [org.apache.activemq.artemis.core.server] > Errors occurred during the buffering operation : > java.lang.IllegalStateException: We don't support BLOB type yet! > >