Although both resource adapters have many common characteristics, one isn't a replacement for the other: sun-jms-adapter
(also known as jmsjca) is provided with Sun Java CAPS whilst genericra (also known as GenericJMSRA) is provided with
GlassFish
I can't say how you will get on using GenericJMSRA with JBoss 7 - I know that GenericJMSRA works just fine in GlassFish,
but we rely on the community to provide feedback on how it works with all the application servers out there. So if you
try it and it works, please let us know. If you try it and it doesn't, please let us know as well. And if you try it, it
works, and you would like to write a short "how to" guide, we'd be pleased to put it on the GenericJMSRA website.
Nigel
(GlassFish team)
On 12/09/2012 22:04, rbwhitaker_at_outlook.com wrote:
> We're in the middle of upgrading a project from JBoss 5 to JBoss 7. We
> used to be using sun-jms-adapter.rar to talk to a JMS topic that was
> located on a remote WebLogic server, and everything worked fine.
>
> But we've been unable to get sun-jms-adapter.rar to work with JBoss 7.
> I can't tell if I'm just doing something dumb in the configuration, or
> if that particular adapter is incompatible with JBoss 7.
>
> I've been banging my head against the wall for weeks now on this, but
> for the moment, I just have one simple question.
>
> Can someone please confirm or deny that genericra.rar is the
> replacement for sun-jms-adapter.rar?
>
> I've seen a lot of hints that this might be the case, but no official
> confirmation.