[jboss-user] [JBoss Messaging] - XARecovery: setting the provider name

mskonda do-not-reply at jboss.com
Wed Mar 14 10:59:36 EDT 2007


In the earlier versions of JBM, I used to provide the providerName using the format shown below

  | <property	    name="com.arjuna.ats.jta.recovery.XAResourceRecoveryMessaging" value="org.jboss.jms.recovery.JMSProviderXAResourceRecovery;ProviderName=DefaultJMSProvider"/>
  | 

(Ofcourse the class is now changed to MessagingXAResourceRecovery)

Looks like, the value tag wouldn't accept the ProviderName=* anymore. 

If I leave without any value, it would pick up DefaultJMSProvider as the ProvidreName:.
 
  | <property 	    name="com.arjuna.ats.jta.recovery.XAResourceRecoveryMessaging" value="org.jboss.jms.recovery.MessagingXAResourceRecovery"/>
  | 

However, what if I don't have the same name (DefaultJMSProvider) as my provider' name? 

I'm sure there must be way, only I didn't find it.

thanks
Madhu

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

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



More information about the jboss-user mailing list