node-amqp
node-amqp copied to clipboard
queue.subscribe max wait timeout
It doesn't appear that there is a way to specify a maximum wait for the next message and timeout such that you can trap this even if none are received. This is useful in the case where this should be considered an error condition and you need to take action.