1 Reply Latest reply on Oct 29, 2003 11:30 PM by adrian.brock

    Correct way to use JMS from session beans or MDBs?

    alwyn

      According to the JMS spec it is possible to share a JMS Connection and have multiple Senders per QueueSession?

      Would that mean that one can make the Connection static, have a QueueSession per session/message bean instance and have multiple Senders per instance associated with that QueueSession?

      Is this the best way of doing this?