[rabbitmq-discuss] [PATCH] base64 encode correlation_id in rpc requests
Tim Watson
tim at rabbitmq.com
Wed Mar 13 17:15:48 GMT 2013
Hi Daniel,
We're happy to accept this patch, however you will need to sign a VMWare issued contributor agreement before we can merge it. If that's something you're comfortable doing, please contact me off-list and I'll send you a blank copy in pdf format.
Many thanks!
Tim Watson
Staff Engineer
RabbitMQ/VMWare
On 12 Mar 2013, at 16:19, Daniel White wrote:
> We ran into a problem where our RPC requests were failing
> occasionally. It turns out that we were interacting with other
> clients that conformed more strictly to the AMQP specification.
> "Short strings" should be valid UTF-8 strings.
>
> Encoding to base64 means we can keep the incrementing ids and avoid
> introducing any complex dependencies (like uuid).
>
> Cheers,
> Daniel
> <encode_correlation_id.diff>_______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
More information about the rabbitmq-discuss
mailing list