Re: Stomp transactions

2009-05-03 Thread volante
the TCP connection mid-transaction, the message remains locked. Is this a bug or is there a configurable timeout? volante wrote: > > I'm a bit confused about some behaviour I'm seeing when doing transactions > with stomp. > > First my producer puts 3 messages into

Stomp transactions

2009-05-03 Thread volante
I'm a bit confused about some behaviour I'm seeing when doing transactions with stomp. First my producer puts 3 messages into MyQueue: MSG1, MSG2, MSG3 Then I start up my stomp consumer which does this: - CONNECT (ack = client) - SUBSCRIBE MyQueue - BEGIN tx1 - message-id: MSG1 - ACK message-i