The property channelRpcTimeout is currently not configurable in RabbitAutoConfiguration via the usual spring.rabbitmq.channel-rpc-timeout property.
As a workaround, one have to either:
- provide its own
RabbitConnectionFactoryBean
- use a
BeanPostProcessor to invoke CachingConnectionFactory#getRabbitConnectionFactory()#setChannelRpcTimeout(int)