Jboss Communications与mysql的链接失败

时间:2015-10-27 09:49:41

标签: mysql hibernate jboss6.x hornetq

我是,使用Hibernate将我的对象映射到MySql DB。在特定时间点,MDB消费者停止消费来自HornetQ的消息,并且在异常发生之后发生不可预测的时间段。我使用Jboss作为6.0.0 Final,默认使用hornetq版本。

引起:com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:通讯链接失败

以下是我的c3p0配置:

minPoolSize=25
initialPoolSize=25
maxPoolSize=1000
acquireIncrement=5
maxIdleTime=3600
idleConnectionTestPeriod=500
maxIdleTimeExcessConnections=300 
maxConnectionAge=3600
preferredTestQuery=select 1
maxStatements=0
numHelperThreads=10
statementCacheNumDeferredCloseThreads=1
maxAdministrativeTaskTime=60
acquireRetryAttempts=0
AcquireRetryDelay=3000
BreakAfterAcquireFailure=false

谢谢,
威拉

0 个答案:

没有答案