Re: [JBoss-user] transaction and pooling problems with MQSeries

2002-08-09 Thread David Jencks
There's a bug somewhere here, perhaps you could file a report. You will stress the jca machinery less if you get the connection after the tx has started and close the connection before the tx commits. I think someone did get MQSeries to work, look in the messaging forum. david jencks On 2002.0

RE: [JBoss-user] transaction and pooling problems with MQSeries

2002-08-09 Thread Geer, Benjamin
Replying to myself: I've got this working now. > Having committed a UserTransaction, if I then begin a new > UserTransaction in the same thread, using the same JMS objects > (QueueSession, etc.), MQSeries complains It seems that a new QueueSession must be created for each transaction. Starting