<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi guys,<div><br></div><div>Before trying to rewrite the wheel, anyone faced this problem before and would like to</div><div>share some code (ie. splitting a big file are constructing it&nbsp;when reading from RabbitMQ queue)?</div><div><br></div><div>Thanks ...</div><div><br></div><div><div><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>Regards,</div><div>Zabrane</div><div><br></div></span></div><div><br class="webkit-block-placeholder"></div><div><div>On Mar 10, 2012, at 7:34 PM, Jerry Kuch wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div bgcolor="#FFFFFF"><div>Hi, Zabrane: &nbsp;In theory the AMQP protocol IIRC allows crazy large message payloads (2^64 bytes I believe). &nbsp;In practice though, that's madness since you end up with potential copying and buffering along the way that could make a broker very unhealthy.</div><div><br></div><div>For moving bulk binary data as in your app, you'd be wise to fragment at the producer and reassemble at the destination/consumer. Keeping your chunks in the 100KB range might be a decent place to start experimenting. &nbsp;<br><br>Sent from my iPhone (Brevity and typos are hopefully the result of 1-fingered typing rather than rudeness or illiteracy).<div><br class="webkit-block-placeholder"></div></div><div><br>On Mar 10, 2012, at 10:28 AM, Zabrane Mickael &lt;<a href="mailto:zabrane3@gmail.com">zabrane3@gmail.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div>Hi there,<div><br></div><div>I've a set&nbsp;(<b>~1 million</b>)&nbsp;of high resolution <b>PNG</b> files &nbsp;each one between <b>100MB</b> and <b>1GB</b>&nbsp;size.</div><div>I'd like to know if <b>RabbitMQ</b> is capable of handling such files as messages?</div><div><br></div><div>What's the max allowed message size?</div><div><br></div><div>Thx ...</div><div><br></div><div><div>
<span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>Regards,</div><div>Zabrane</div></span>
</div>
<br></div></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>rabbitmq-discuss mailing list</span><br><span><a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a></span><br><span><a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a></span><br></div></blockquote></div></blockquote></div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div><br></div></span></div></div></body></html>