[jboss-user] [JCA/JBoss] - Re: Configuring Local and Remote JMS
cpslo1999
do-not-reply at jboss.com
Tue May 26 15:51:31 EDT 2009
Correction on the previous post: The Exception occurs whether my app has been deployed or not.
My MDB's annotations look like this:
| @MessageDriven(activationConfig = {
| @ActivationConfigProperty(
| propertyName = "destinationType",
| propertyValue = "javax.jms.Topic"),
| @ActivationConfigProperty(
| propertyName = "destination",
| propertyValue = "topic/noticeTopic"),
| @ActivationConfigProperty(
| propertyName = "providerAdapterJNDI",
| propertyValue = "DFMJMSProvider")
| })
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233414#4233414
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233414
More information about the jboss-user
mailing list