OK...here I go :)
I configured my WildFly's standalone.xml with the content in resource-adapter.xml file (see attachments).
I created the module org.jboss.genericjms.provider in WILD_FLY_HOME/modules/system/layers/base/org/jboss/genericjms. The content is in the provider.zip file.
I'm trying to put my MDB to work.
Here the configurations:
@MessageDriven(activationConfig = {
@ActivationConfigProperty(propertyName = "destination", propertyValue = "MyTibcoQueue"),
@ActivationConfigProperty(propertyName = "connectionFactory", propertyValue = "jms/tibcoCF")
})
@ResourceAdapter("generic-jms-ra.rar")
When JBoss starts I get an error. You can see it in the error.log file.
Thank you for your help.
Regards,
LA