ActiveMQ has problems storing >4K messages in Oracle
----------------------------------------------------
Key: AMQ-3289
URL: https://issues.apache.org/jira/browse/AMQ-3289
Project: ActiveMQ
Issue Type: Bug
Components: Message Store
Affects Versions: 5.5.0, 5.4.0
Reporter: Gary Tully
Assignee: Gary Tully
Fix For: 5.6.0
The oracle persistence adapter extends the blob jdbc adapter but it has gotten
out of sync with the method overrides. @Override to the rescue for the future.
The blob adapter uses native blob streaming to insert data (which can
accommodate > 4k) but it has been out of step for some time.
The implementations need to be brought into line w.r.t to the api, schema and
locking.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira