Files
spring-integration/spring-integration-jdbc/src
Johannes Edmeier 642278dad1 GH-9061: renew connection in PostgresChannelMessageTableSubscriber
Fixes: #9061

`PostgresChannelMessageTableSubscriber` never renews the connection.
This causes problems on DB failover. 
With this change the connection is renewed when notifications are not received for a certain time.


**Auto-cherry-pick to `6.2.x` & `6.1.x`**
2024-04-01 13:05:56 -04:00
..