<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">We launched w/ a big partner yesterday (AOL) and we're getting hit pretty hard with requests and such and it appears that some requests never get made to our export nodes and the responses don't always make it back from them at times too. &nbsp;Seeing that we use rabbitMQ for the transport of messages, I have a question regarding the mandatory and immediate flags. &nbsp;One of the basic publish options is as follows:<div><br class="webkit-block-placeholder"></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; "><span style="color: #0000c0">session</span>.getChannel().basicPublish(<span style="color: #0000c0">session</span>.getTicket(), <span style="color: #0000c0">session</span>.getExchange(), key, basicProps, data);</div><div><div><br class="webkit-block-placeholder"></div><div>This has mandatory/immediate set to false. &nbsp;Could it be that the new server load is causing requests to get dropped at times? &nbsp;What are the drawbacks to changing those values to true by using the other call?</div><div><br class="webkit-block-placeholder"></div><div>Thx!</div><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; 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: 0; "><div><font color="gray" face="Arial" size="2"><span><br class="Apple-interchange-newline">--</span></font><br><a href="http://www.meez.com/"><img src="http://images.meez.com/user05/04/04_10001605581.gif" width="175" height="233" alt="meez" align="left" style="border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; "></a><font color="gray" face="Arial" size="2"><span>Matt Darling</span></font><br><font color="gray" face="Arial" size="2"><span>Director, Server Engineering</span></font></div><div><font color="gray" face="Arial" size="2"><span>Meez</span></font><br><font color="gray" face="Arial" size="2"><span>182 2nd Street</span></font><font color="gray" face="Arial" size="2"><span>, 5th Floor</span></font><br><font color="gray" face="Arial" size="2"><span>San Francisco</span></font><font color="gray" face="Arial" size="2"><span>, CA 94105</span></font><br><font color="gray" face="Arial" size="2"><span>(m) 415.505.4623</span></font><br><font color="gray" face="Arial" size="2"><span><a href="mailto:matt@corp.meez.com" target="_blank">matt@corp.meez.com</a></span></font><br></div><br></span><br class="Apple-interchange-newline"> </div><br></div></div></body></html>