retupmoca / P6-Net-AMQP

MIT License
6 stars 4 forks source link

Populate queue name with auto-generated on #11

Closed jonathanstowe closed 8 years ago

jonathanstowe commented 8 years ago

If the name of the Queue is not given at the time of the declaration then one will be generated by the server and returned with the declare-ok method.

This should be populated back into the Queue object.