"szhigunov" wrote : Hi,
  | I am testing JBM XA recovery. I have two JBoss servers. Server A runs a 
non-clustered queue. Server B runs a JMS listener, which connects to server A 
through JCA + remote JMS provider. I added the following configuration to 
server B (where TM is running) to turn the recovery on:
  | 
  | property name="com.arjuna.ats.jta.recovery.XAResourceRecovery.JBMESSAGING1"
  |            
value="org.jboss.jms.server.recovery.MessagingXAResourceRecovery;java:/BusJMSProvider,AgentBUSQ6,PassBUSQ6"
 
  | 
  | The system starts up normally. The problem is that if I kill server A and 
then start it again, I am getting the following warning on server B:
  | [com.arjuna.ats.internal.jta.recovery.xarecovery1] Local 
XARecoveryModule.xaRecovery  got XA exception javax.transaction.xa.XAException, 
XAException.XAER_RMFAIL
  | 
  | Which tells me that recovery system can not reconnect to the remote JMS 
server. That warning continues until I restart the server B. Obviously, any 
recovery scenarios would not work if XAResource can not connect to its RM. 
  | 
  | 

I don't understand what behaviour you expect. Clearly, in order to recover an 
xa resource, the server which hosts that resource must be running!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181169#4181169

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181169
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to