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
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
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
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
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
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