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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to