SergueiM wrote > > org.postgresql.jdbc3g.Jdbc3gPreparedStatement.setQueryTimeout(int) is not > yet implemented. |
For JDBC drivers should do not implement the setQueryTimeout, the following configuration will disable the feature : <jdbcPersistenceAdapter> <databaseLocker queryTimeout="-1"/> </jdbcPersistenceAdapter> Regards, metatech -- View this message in context: http://activemq.2283324.n4.nabble.com/jdbc-Master-fails-AMQ-v-5-6-Postgres-v-9-1-Ubuntu-tp4653140p4653143.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
