[jboss-user] [JCA/JBoss] - Replacing the JBoss Generic JMS Inbound Resource Adapter

jferraro@ihc.com do-not-reply at jboss.com
Fri Aug 8 16:15:32 EDT 2008


I  have a interoperability issue when JBoss tries to consume a topic from a Weblogic JMS Provider. I found a JMS resource adapter (JMSJCA) that deals with this incomparability issue between the different JMS Providers.

My Question is how would one replace the Generic JMS Inbound Resource Adaptor for a particular MDB (EJB3). I do not believe the activationConfig annotation supports specifying a resource adapter to use. Is there a way to configure the MDB to use a different JMS Inbound resource adaptor?

Several J2EE providers support the message-adaptor-deployment tag. Does JBoss or is there another method?

<message-driven-deployment name="simpleMdb" 
     resource-adapter="mqjms">
    ...
</message-driven-deployment>

Thanks for any help you can provide !

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

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



More information about the jboss-user mailing list