Issue Details (XML | Word | Printable)

Key: AMQ-1527
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Priority: Major Major
Assignee: Rob Davies
Reporter: Rainer Klute
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ActiveMQ

AMQ message store throws IndexOutOfBoundsExceptions

Created: 20/Dec/07 02:45 AM   Updated: 21/Dec/07 03:29 AM
Return to search
Component/s: Message Store
Affects Version/s: 5.0.0
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Java Archive File Licensed for inclusion in ASF works ActiveMQ_Testcases.jar 2007-12-20 03:35 AM Rainer Klute 41 kB


 Description  « Hide
When piping huge amounts of persistent messages through ActiveMQ using the AMQ message store, some messages cannot be inserted into the long term message store because of an IndexOutOfBoundsException and will get lost. Depending on the test case, these execptions start after about 250,000 to 300,000 messages have been sent.

The problem does only occur if transactions are involved, either on the producer or on the receiver side. If none of them works transactional, things go smoothly.



 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Rainer Klute added a comment - 20/Dec/07 03:35 AM
JUnit test cases. See index.html for a description.

Rob Davies added a comment - 20/Dec/07 06:33 AM
Rainer - missed that you raised this - its resolved by - https://issues.apache.org/activemq/browse/AMQ-1528

Rainer Klute added a comment - 21/Dec/07 03:29 AM
Thanks, Rob!

The IndexOutOfBoundsExceptions are gone. However, I still don't receive all sent messages. I'll investigate this further and will create a new issue if needed.