[Quickfix-users] About Incoming message Storage
Brought to you by:
orenmnero
|
From: rohan j. p. <roh...@re...> - 2005-09-22 05:31:51
|
Hi, =0A I have developed quickfix server, I am using mysql db for log.My = problem is the quickfix is saving only the outgoing messages in "messages" = table,how can I make it such that it should save the incoming messges also,= please help me regarding this.I am pasting the patch of code,please tell me= what shall I add to this to save the incoming messages also. =0ACode :=0A= =0AMessageStoreFactory messageStoreFactory =3D new MySQLStoreFactory(settin= gs);=0A =0ALogFactory logFactory =3D new MySQLLogFactory(settings);=0A = =0AMessageFactory messageFactory =3D=0A new DefaultMessageFactory();= =0A =0Aacceptor =3D new SocketAcceptor =0A(application, messageStoreFactor= y, settings, logFactory, messageFactory);=0ANote:- config file is attached = with the mail. =0A=0ARegards =0ARohan=0A=0A=0A=0A |