Thread: Re: [Quickfix-developers] How can I know QuickFix got the message? Body file?
Brought to you by:
orenmnero
From: <or...@qu...> - 2008-04-21 20:02:50
|
<html><body><div>You should pass in a log factory to your acceptor. It may give you more information about what is happening with the received message.</div> <div> </div> <div>--oren</div> <BLOCKQUOTE style="PADDING-LEFT: 8px; MARGIN-LEFT: 8px; BORDER-LEFT: blue 2px solid" webmail="1">-------- Original Message --------<BR>Subject: [Quickfix-developers] How can I know QuickFix got the message?<BR>Body file?<BR>From: "Alex McFerron" <ale...@gm...><BR>Date: Mon, April 21, 2008 11:28 am<BR>To: <a href="mailto:qui...@li...">qui...@li...</a><BR><BR>QuickFIX Documentation: <A href="http://www.quickfixengine.org/quickfix/doc/html/index.html" target=_blank><a href="http://www.quickfixengine.org/quickfix/doc/html/index.html">http://www.quickfixengine.org/quickfix/doc/html/index.html</a></A><BR>QuickFIX Support: <A href="http://www.quickfixengine.org/services.html" target=_blank><a href="http://www.quickfixengine.org/services.html">http://www.quickfixengine.org/services.html</a></A><BR><BR> <HR> <DIV>I moved the client to another machine, ran wireshark, and I can see the TCP/IP fix message being sent.</DIV> <DIV> </DIV> <DIV>So, its the server. The server is also using quickfix. Is there a file where the tcp/ip messages are logged. For some reason the toApp method isn't being triggered but the Tcp/ip message is being sent.</DIV> <DIV> </DIV> <DIV>thanks,</DIV> <DIV>alex<BR><BR></DIV> <DIV class=gmail_quote>On Mon, Apr 21, 2008 at 10:52 AM, Alex McFerron <<A onclick="Popup.composeWindow('pcompose.php?sendto=alexmcferron%40gmail.com');; return false;" href="mailto:ale...@gm..." target=_blank><a href="mailto:ale...@gm...">ale...@gm...</a></A>> wrote:<BR> <BLOCKQUOTE class=gmail_quote style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"> <DIV>I have a client that is sending a security defin request and this message is in the body file.</DIV> <DIV> </DIV> <DIV>However, the server isn't receiving it. This is all on one machine so I can't see the traffic in wireshark.</DIV> <DIV> </DIV> <DIV>So, if I see the message in teh body file, is it safe to say it was sent over the socket to the server? is it safe to say to say that the server is having the issue?</DIV> <DIV> </DIV> <DIV>cheers,</DIV> <DIV>alex</DIV></BLOCKQUOTE></DIV><BR> <HR> -------------------------------------------------------------------------<BR>This <a href="http://SF.net">SF.net</a> email is sponsored by the 2008 JavaOne(SM) Conference <BR>Don't miss this year's exciting event. There's still time to save $100. <BR>Use priority code J8TL2D2. <BR><A href="http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone" target=_blank><a href="http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone">http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone</a></A> <HR> _______________________________________________<BR>Quickfix-developers mailing list<BR><A onclick="Popup.composeWindow('pcompose.php?sendto=Quickfix-developers%40lists.sourceforge.net'); return false;" href="#Compose">Quickfix-developers<B></B>@lists.sourceforge.net</A><BR><A href="https://lists.sourceforge.net/lists/listinfo/quickfix-developers" target=_blank><a href="https://lists.sourceforge.net/lists/listinfo/quickfix-developers">https://lists.sourceforge.net/lists/listinfo/quickfix-developers</a></A> </BLOCKQUOTE></body></html> |
From: Alex M. <ale...@gm...> - 2008-04-21 20:21:28
|
OK. Thanks for the pointer. On Mon, Apr 21, 2008 at 3:02 PM, <or...@qu...> wrote: > You should pass in a log factory to your acceptor. It may give you more > information about what is happening with the received message. > > --oren > > -------- Original Message -------- > Subject: [Quickfix-developers] How can I know QuickFix got the message? > Body file? > From: "Alex McFerron" <ale...@gm...> > Date: Mon, April 21, 2008 11:28 am > To: qui...@li... > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > ------------------------------ > I moved the client to another machine, ran wireshark, and I can see the > TCP/IP fix message being sent. > > So, its the server. The server is also using quickfix. Is there a file > where the tcp/ip messages are logged. For some reason the toApp method isn't > being triggered but the Tcp/ip message is being sent. > > thanks, > alex > > On Mon, Apr 21, 2008 at 10:52 AM, Alex McFerron <ale...@gm...> > wrote: > > > I have a client that is sending a security defin request and this > > message is in the body file. > > > > However, the server isn't receiving it. This is all on one machine so I > > can't see the traffic in wireshark. > > > > So, if I see the message in teh body file, is it safe to say it was sent > > over the socket to the server? is it safe to say to say that the server is > > having the issue? > > > > cheers, > > alex > > > > ------------------------------ > ------------------------------------------------------------------------- > This SF.net <http://sf.net/> email is sponsored by the 2008 JavaOne(SM) > Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > ------------------------------ > _______________________________________________ > Quickfix-developers mailing list > Quickfix-developers**@lists.sourceforge.net<http://mail.google.com/mail/?ui=2&view=js&name=js&ids=qk1v6dmibzrk#1197294b71888212_Compose> > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > |