The FioranoMQ database gets corrupted when the number of message crosses the Integer.MAX_VALUE i.e. 2147483647 value
Problem: The FioranoMQ database gets corrupted when the number of message crosses the Integer.MAX_VALUE i.e. 2147483647
value
Solution:
The data type of the message index has been changed from int to long
Patch: The patch called fiorano-db-int-patch.zip is attached.
Here are the steps to apply the patch
Download it
Unzip it into FIORANO_HOME
Change to FIORANO_HOME/framework/lib/all directory
Rename fiorano-framework.jar to fiorano-framwork-orig.jar
Copy FIORANO_HOME/fiorano-db-int-patch-2008-11-12/fiorano-framework.jar here
Restart the server
Knowledge feedback
Please tell us, did you find the answer to your question?