缓存服务报错:

1、Caused by: redis.clients.jedis.exceptions.JedisException: Could not get a resource from the pool

2、Caused by: java.util.NoSuchElementException: Timeout waiting for idle object

3、org.springframework.amqp.rabbit.listener.exception.ListenerExecutionFailedException: Listener method 'public void com.shop.learning.rabbitMQ.RabbitMQReceiver.process(java.lang.String)' threw exception

4、jedis中的JedisPoolConfig没有setMaxActive和setMaxWait属性

原因:https://blog.csdn.net/eff666/article/details/52998890

原文地址:https://www.cnblogs.com/fengli9998/p/8672304.html