Currently, jedisque doesn't seem to support recovery of the client after a broken disque node has recovered. Instead of removing a broken URI (https://github.com/xetorthio/jedisque/blob/master/src/main/java/com/github/xetorthio/jedisque/BinaryJedisque.java#L41), I would suggest to retry after a certain amount of time. This allows jedisque to connect to the broken node after its recovery.
Currently, jedisque doesn't seem to support recovery of the client after a broken disque node has recovered. Instead of removing a broken URI (https://github.com/xetorthio/jedisque/blob/master/src/main/java/com/github/xetorthio/jedisque/BinaryJedisque.java#L41), I would suggest to retry after a certain amount of time. This allows jedisque to connect to the broken node after its recovery.