Re: Transacted Messages Not Committed

2009-01-28 Thread frank_at_zynga
Just FYI for any forum users, Gary has correctly identified the issue as being one with my code. I have an abstract class that the single threaded consumers subclass and which handles the creation of the connection and the session. In this class I had static variables for the connection and sess

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 tha

Re: Transacted Messages Not Committed

2009-01-26 Thread Gary Tully
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 way we can use your test case in the activemq test suite to ensure this issue stays fixed when it is resolved. Thanks, Gary. [1] https://issues.apach

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 and is act

Re: Transacted Messages Not Committed

2009-01-23 Thread frank_at_zynga
Hi Gary, I was able to create a test case and reproduce this behavior on a consistent basis. The source code is attached and is actually nearly identical to the code we're using in production. While running through some test scenarios I was able to discover some additional information: - The p

Re: Transacted Messages Not Committed

2009-01-23 Thread Gary Tully
Hi Frank, do you think you can produce a test case for the behavior you describe. Thanks, Gary. 2009/1/22 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