true if we are declaring an exclusive queue (restricted to this connection)
@param durable true if we are declaring a durable queue (the queue will survive a server restart)
@param autoDelete true if we are declaring an autodelete queue (server will delete it when no longer in use)
@param passive true if we declare a queue passively; i.e., check if it exists
@param complHandler handlers to be called when the operation finishes
@return true if the queue declaration succeeded
| |
| |
| |
| |
| |
| |
| |
| |