Re: [Quickfix-developers] org.quickfix.SessionNotFound: Session Not Found
Brought to you by:
orenmnero
From: Joerg T. <Joe...@ma...> - 2004-02-06 10:55:49
|
Billy Rutledge wrote: > I'm trying the sample code in the docs, and I get a > org.quickfix.SessionNotFound Exception when I try to send a message. I > get a valid SessionID from the onCreate() method when my Application > impl starts, and I thought from there I could use the static methods in > Session to send? What am I missing? If QuickFIX was able to logon to the other side, you will get a onLogon() callback with a session id. Then you can send messages to this session until you get a onLogout(). QuickFIX does not queue the messages in the meanwhile. Cheers, Jörg -- Joerg Thoennes http://macd.com Tel.: +49 (0)241 44597-24 Macdonald Associates GmbH Fax : +49 (0)241 44597-10 Lothringer Str. 52, D-52070 Aachen |