On Wed, Jul 24, 2013 at 4:54 PM, amqp1 <[email protected]> wrote: > Thanks, Rafael, I will check the Python doc. > > Thinking of the message structure as a tree makes it easier to grasp what > the function names mean. > > Does enter/exit make sense for arrays? Are composite types nestable? (Sorry > for the dumb questions, I am getting up to speed with AMQP.) >
Yes, arrays are also composite types. I forgot to list that one. ;-) Composite types are indeed fully nestable, e.g. list of lists list of maps maps with lists in them, etc. --Rafael
