[jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property

weston.price@jboss.com do-not-reply at jboss.com
Wed Nov 29 17:30:20 EST 2006


You want to use the ProviderAdapterJNDI property. This groups the queue and topic connection factories together: 

so


  |  @ActivationConfigProperty(propertyName = "providerAdapterJNDI", propertyValue = "YourJNDIProvider"),
  | 

Of course you will have to deploy the Provider part as well. Take a look at jms-ds.xml for an example. 



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

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



More information about the jboss-user mailing list