Messages with an ID > (2^31 - 1) are not persisted to long term storage
-----------------------------------------------------------------------
Key: AMQ-2291
URL: https://issues.apache.org/activemq/browse/AMQ-2291
Project: ActiveMQ
Issue Type: Bug
Components: Message Store
Affects Versions: 5.2.0
Reporter: Dejan Bosanac
Assignee: Dejan Bosanac
Fix For: 5.3.0
2009/05/12 10:39:23.551 WARN
[org.apache.activemq.store.journal.JournalMessageStore] Could not replay add
for message 'ID:xxx-xxx-39616-1241827394543-0:159880:1:1:1'. Message may have
already been added. reason: java.io.IOException: Duplicate entry '2147483647'
for key 1
The variable sequenceDataType in class org.apache.activemq.store.jdbc.Statments
needs to be changed from an INTEGER to a LONG.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.