RE: [JBoss-dev] Backend session information - Tx - Data distribut ion

2002-06-10 Thread Keysers, Wonne
Title: RE: [JBoss-dev] Backend session information - Tx - Data distribut ion Hi, I don't think JMS is an option, since the distribution mechanism requires changes to be recorded in exact order of appearance. Also, changes which have to be distributed are stored in a set of tables

Re: [JBoss-dev] Backend session information - Tx - Data distribut ion

2002-06-06 Thread David Jencks
What I suggested would let you notify after transaction completion without modifying your ejbs. This is apparently not what you want. I therefore suggest you write another layer of session beans around everything you want notifications from. The session bean will generate an abstract

Re: [JBoss-dev] Backend session information - Tx - Data distribut ion

2002-06-06 Thread David Jencks
I must be asleep. The jms + xa scheme is the way to go. david jencks On 2002.06.06 12:38:35 -0400 David Jencks wrote: What I suggested would let you notify after transaction completion without modifying your ejbs. This is apparently not what you want. I therefore suggest you write