Skip to content

Add configuration option to configure RabbitConnectionFactory's channelRpcTimeout #23319

@pierre-sion

Description

@pierre-sion

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: first-timers-onlyAn issue that can only be worked on by brand new contributorsstatus: supersededAn issue that has been superseded by anothertype: enhancementA general enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions