that depends. It your message is non-persistent, the server won't redeliver it again in case of failure. For a persistent message, broker will redeliver it when it detects the network failure. If a client hold a message and doesn't ack, the server won't redeliver it. In any case, the broker won't hang. For config you can find the details in the user's manual.