[Quickfix-developers] MySQLStore
Brought to you by:
orenmnero
|
From: <sli...@ai...> - 2007-11-06 14:48:30
|
Greetings,
I'm considering using a MySQL message store mechanism, however I don't see what class I need to instantiate to create it.? I assumed it would follow in the form like the FileStoreFactory:
SessionSettings settings = new SessionSettings("QuickFix/settings.txt");
FileStoreFactory storeFactory = new FileStoreFactory(settings);
But be something like:
MySQLStoreFactory storeFactory = new MySQLStoreFactory(settings);
However nothing like this exists.? Am I supposed to still treat this as a "FileStore" even though it's storing in MySQL?
Thanks.
________________________________________________________________________
Check Out the new free AIM(R) Mail -- Unlimited storage and industry-leading spam and email virus protection.
|