Hi all, we just switched to using Camel + Activemq for message routing and spooling in JAMES. At the moment we store the whole MimeMessage as a byte array in the payload of the Exchange. This is super inefficient because of the possibility of very big emails. So I consider using BlobMessages for storing the MimeMessage out of the band. So is there any example in sending a BlobMessage via ProducerTemplate ?
Thx, Norman