views:

15

answers:

0

Trying to setup SonicMQ as the primary messaging provider in my JBoss 5.1.0GA server. The resources available for this are horribly outdated (This wiki article on JBoss is 3 years old, and references a broken link from Sonic's parent company, thus providing incomplete instructions for an outdated version of JBoss (4.x)).

I need to use the "normal" JMS facilities, not the JCA connector because I need access to the XAConnection, which JCA doesn't expose (unless I'm wrong about that--please enlighten me). And I want to do it on JBoss 5.1. I can't use JBoss Messaging, it must be Sonic.

Does anyone have a set of instructions, files or sample configuration that works with Sonic/JBoss 5.1?