1 Reply Latest reply on Aug 10, 2005 11:08 AM by starksm64

    Threads, sessions, connections, and XA

      I've got an app that has been using non-XA JMS. I use a single JMS connection, with several sessions, each of which runs in its own thread. When I switched the app to us XA JMS, I started seeing the various sessions use the same thread. Does this sound like expected behavior? Is there any way to get XA JMS to give each session its own thread?