Re: Transacted Messages Not Committed

2009-01-28 Thread frank_at_zynga
Hi Gary, I've entered this in JIRA under Test Cases. The title is Transacted Messages not Committed. Thanks, -Frank Gary Tully wrote: Hi Frank, it is great to have a test case. Could you create a jira issue[1] for this and attach your tests case with the ASF license grant. In that

Re: Transacted Messages Not Committed

2009-01-28 Thread frank_at_zynga
and session which resulted in the session being shared across threads, obviously a no-no as sessions need to be in a single thread context. The simple solution was to make these class instance variables and that solved the problem. Thanks Gary. frank_at_zynga wrote: Hi Gary, I've entered

Re: Transacted Messages Not Committed

2009-01-23 Thread frank_at_zynga
/AMQWorkerTest.java AMQWorkerTest.java Gary Tully wrote: Hi Frank, do you think you can produce a test case for the behavior you describe. Thanks, Gary. 2009/1/22 frank_at_zynga fr...@zynga.com: Hi, We're just starting to phase in the use of AMQ 5.2.0 in a high volume environment and I've

Re: Transacted Messages Not Committed

2009-01-23 Thread frank_at_zynga
Hmmm, one of the files didn't get uploaded. Let me try again... http://www.nabble.com/file/p21632866/TestCase.java TestCase.java frank_at_zynga wrote: Hi Gary, I was able to create a test case and reproduce this behavior on a consistent basis. The source code is attached

Transacted Messages Not Committed

2009-01-22 Thread frank_at_zynga
Hi, We're just starting to phase in the use of AMQ 5.2.0 in a high volume environment and I've run into some strange behavior with transacted sessions. The basic architecture of the consumer is a java daemon that spawns a configurable number of single threaded consumers that implement