I am running pika 0.9.6. &nbsp;I am trying to call <font color="#005500" face="Courier New">queue_declare() with no queue name as shown the the tutorial 3&nbsp;python&nbsp;demo at the rabittmq site to have an auto-generated Q name. &nbsp;The method does not accept no queue name so I have tried passing 0, None, etc. and I keep getting an exception regarding the non-string value for the Q name. &nbsp;What value can I pass in to cause the Q name to be auto-generated?</font>