{{Quickfixn}} Can be message store given a shared path

Sumit Gupta (SUGU) SUGU at saxobank.com
Tue Oct 2 09:45:21 PDT 2018


Hi Jie,

My query is w.r.t fix message store file, not log file.

Or i wont able to understand what you have mentioned in email.

Thank you
Sumit


Sent with BlackBerry Work
(www.blackberry.com)

From: Jie Zhu <Jie.Zhu at icbkfs.com<mailto:Jie.Zhu at icbkfs.com>>
Date: Tuesday, 02 Oct 2018, 9:55 PM
To: Mailing list for QuickFIX/n <quickfixn at lists.quickfixn.com<mailto:quickfixn at lists.quickfixn.com>>
Subject: Re: {{Quickfixn}} Can be message store given a shared path

You may also be able to use a Log4netLog class something like:

   public class Log4netLog:ILog
    {
        private static readonly log4net.ILog log = log4net.LogManager.GetLogger("Fix");

        public Log4netLog()
        {
        }

        public void OnIncoming(String text)
        {
            log.InfoFormat("onIncoming: {0}", text);
        }

        public void OnOutgoing(String text)
        {
            log.InfoFormat("onOutgoing: {0}", text);
        }

        public void OnEvent(String text)
        {
            log.InfoFormat("onEvent: {0}", text);
        }

        public void Clear()
        {
        }


        public void Dispose()
        {
           // throw new NotImplementedException();
        }
}


When do log4net settings, you can use AdonetAppender or RollingfileAppender to limit the size.


From: Quickfixn [mailto:quickfixn-bounces at lists.quickfixn.com] On Behalf Of Mike Gatny
Sent: Tuesday, October 02, 2018 10:25 AM
To: Mailing list for QuickFIX/n
Subject: Re: {{Quickfixn}} Can be message store given a shared path

On Tue, Oct 2, 2018 at 9:52 AM Sumit Gupta (SUGU) <SUGU at saxobank.com<mailto:SUGU at saxobank.com>> wrote:
I could see one resolution:
1. If I mention the message store path as shared path. ( i am not sure if this is a practical resolution).

Yes, do this, and use RefreshOnLogon=Y.  This setting causes the store files to be re-read when clients logon to the Passive.

Another solution is to use a datatbase-backed implementation of IMessageStore.  QuickFIX/n does not currently include one, but you could implement one fairly easily.

--
Mike Gatny
Connamara Systems


This email and any attached files are confidential and may be legally privileged. If you are not the intended recipient, any disclosure, reproduction, copying, distribution, or other dissemination or use of this communication is strictly prohibited. If you have received this transmission in error please notify the sender immediately and then delete this email. Email transmission cannot be guaranteed to be secure or error free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore is in no way liable for any errors or omissions in the contents of this message which may arise as a result of email transmission. If verification is required please request a hard copy.
This email may contain confidential and/or privileged information. If you are not the intended recipient - or have received this email by mistake - please notify the sender immediately and destroy the email. Any unauthorised copying, disclosure and/or distribution of the contents and/or attachments in this email is strictly prohibited.

Email transmission security and error-free delivery cannot be guaranteed as information could be intercepted, corrupted, destroyed, delayed, incomplete and/or contain malware (virus). The sender of this email, therefore, does not accept liability for any errors and/or omissions in the contents of this message, which may arise as a result of email transmission.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20181002/e1219ca8/attachment.htm>


More information about the Quickfixn mailing list