Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: ESB-532
Type: Improvement Improvement
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Rob Davies
Reporter: Torsten Mielke
Votes: 0
Watchers: 0
Operations

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

Let's make to the JDBC Auditor service write its data to the database asynchronously.

Created: 06/Jan/09 10:04 AM   Updated: 18/Jun/09 02:34 PM
Component/s: Core
Affects Version/s: 3.3.1.12-fuse
Fix Version/s: 4.2.0-fuse-01-00

Environment: FUSE ESB 3.3.x, JDBC Auditor service enabled.
Issue Links:
Linked
 


 Description  « Hide
The JDBC Auditor service should write its audit data to the JDBC database asynchronously in order to improve performance. This becomes quite necessary when auditing large messages and also in relation to ESB-513 when writing the message in a proper db format (rather than a blob message), which requires mapping of message fields to db columns and complicates the SQL statements.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Rob Davies added a comment - 18/Jun/09 02:34 PM
Writing asynchronously to the database means that we will either still block eventually, or run out of memory (if we do not use an unbounded Queue). I would suggest using a faster database - or another type of storage - like KahaDB.