<div>We ran into a problem where our RPC requests were failing</div><div>occasionally. &nbsp;It turns out that we were interacting with other</div><div>clients that conformed more strictly to the AMQP specification.</div><div>"Short strings" should be valid UTF-8 strings.</div><div><br></div><div>Encoding to base64 means we can keep the incrementing ids and avoid</div><div>introducing any complex dependencies (like uuid).</div><div><br></div><div>Cheers,</div><div>Daniel</div>