On Fri, Feb 15, 2013 at 04:52:23PM +0000, Gordon Sim wrote:
> On 02/15/2013 04:39 PM, Steven Hardy wrote:
> >Aha!  I've realized that if I send the contents as a nested dict (instead of
> >a dict containing a json serialized dict) the problem does not occur.
> 
> So the large value was not actually a single value but a nested map?

It is a json template, provided by a user via our API, which we need to pass
(RPC via AMQP) to our orchestration engine.

I realized after your comment and looking at the spec, that with a couple of
simple modifications we can probably deserialize that json data in the API
and pass it into the RPC call as a nested map instead of a string, which
will most-likely solve our problem :)

Thanks again for your help.

Steve

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to