I'm using the hostname to send an email.
file attachment out-of-message (as part of the message) using an object storage system. It adds some overheads that I want to save them directly by putting them in the message properties for small files.
I know that I can send huge messaging bodies, but for larger files, object storage works well, it will be very convenient to deliver almost small files, and property value delivery if It works.
What are the ideas for message asset values? Can I make them a 100 byte array? Can this slow down things (or even break)? The headers, properties, and body buffers themselves are in the process of a simpler process in the overall buffer for the message itself;
No comments:
Post a Comment