[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - JBossMQ XAResourceRecovery

timfox do-not-reply at jboss.com
Fri Feb 2 12:34:51 EST 2007


This class was ported, I believe from JBoss MQ into JBM:


  | /**
  |  * JMS Provider Adapter based recovery.
  |  * 
  |  * This should be done when recovery is being driven from a transaction manager deployed with JBoss AS
  |  * since it relies on JMSProviderLoader instances being deployed that correspond to the JMS providers
  |  * to recover for.
  |  *
  |  * @author <a href="adrian at jboss.com">Adrian Brock</a>
  |  * @author <a href="juha at jboss.com">Juha Lindfors</a>
  |  *
  |  * @version $Revision: 1.1 $
  |  */
  | public class JMSProviderXAResourceRecovery implements XAResourceRecovery
  | {
  |    private boolean trace = log.isTraceEnabled();
  | 
  | 	private static final Logger log = Logger.getLogger(JMSProviderXAResourceRecovery.class);
  | 
  |    /** The jms provider name */
  |    private String providerName;
  | 
  |    /** The delegate XAResource */
  |    private XAResourceWrapper wrapper;
  | ...
  | ...
  | 

But I can't find the original version anywhere, in JBoss AS CVS HEAD.

Does anyone know where I can find it?

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010140



More information about the jboss-dev-forums mailing list