Atomikos Forum |
|
Hi,
We are using "AtomikosConnectionFactoryBean" to create JMS XA connection pool. We have cluster of JMS servers. And configuration is Master-Slave. When the master is down, the slave is coming up but the application couldn't refresh the connection to slave from master. Few of the transaction couldn't get the JMS connection as the pool is having connections pointing to master. Please let us know how to refresh the connection pool as a whole when there is connection issue detected. |