[Quickfix-developers] RE: QuickFIX/J HEAD has been converted to MINA
Brought to you by:
orenmnero
|
From: Steve B. <sb...@sm...> - 2006-01-26 15:56:56
|
Hi Toby, That's good to hear. I should have mentioned the getSessions() change. It's now compatible with the JNI code and doesn't actually=20 return sessions, but rather session IDs. The QFJ code provides=20 getManagedSessions() to access the actual sessions but it's an=20 extension to the JNI-based API. The method is not available in the Acceptor and Initiator interfaces since this would break compatibility with the JNI code. It can only be accessed in SessonConnector and subclasses (the acceptors and initiators). The SessionConnector abstract class is also convenient for writing code that works with both acceptors and initiators in an abstract way. Also, QuickFIX/J was mentioned at ApacheCon US 2005 in=20 Trustin Lee's presentation on MINA (December 2005). I'm not sure why he thought we were using it then, but at least now it's accurate. ;-) Regards, Steve Bate Smart Trade Technologies Phone: +33 4 42 90 03 97 http://www.smart-trade.net/ > -----Original Message----- > From: Shepheard, Toby (London) [mailto:Tob...@ml...]=20 > Sent: Thursday, January 26, 2006 4:19 PM > To: Steve Bate; qui...@li... > Subject: RE: QuickFIX/J HEAD has been converted to MINA >=20 > Thanks Steve, looks good. Worked almost "out of the box" for=20 > me, just had to change one piece of code to call > SessionConnector.getManagedSessions() rather than=20 > getSessions() (which now returns the Ids not the Session=20 > itself, in case anyone else was doing the same as me before).=20 > Haven't tried the socket options as I don't really understand=20 > them much, but no problems at all with the basics. >=20 > Regards > Toby >=20 > -----Original Message----- > From: qui...@li... > [mailto:qui...@li...] On=20 > Behalf Of Steve Bate > Sent: 26 January 2006 12:39 > To: qui...@li...; > qui...@li... > Subject: [Quickfix-developers] QuickFIX/J HEAD has been=20 > converted to MINA >=20 >=20 > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html >=20 > Hello all, >=20 > The default acceptors and initiators are now using MINA. For=20 > now, I have left the Netty-based code in the repository and=20 > moved the previous acceptors and initiators into the=20 > quickfix.netty package. > I'm planning to remove the Netty-related code before the Beta=20 > 3 release but I've left it there in case there are any=20 > serious problems with MINA. >=20 > However, I'm not expecting problems. All acceptance and unit=20 > tests are passing. Please use the bug tracker if you have problems. >=20 > Thanks, >=20 > Steve Bate > Smart Trade Technologies > Phone: +33 4 42 90 03 97 > http://www.smart-trade.net/ >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep=20 > through log files for problems? Stop! Download the new AJAX=20 > search engine that makes searching your log files as easy as=20 > surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=103432&bid#0486&dat=121642 > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > -------------------------------------------------------- >=20 > If you are not an intended recipient of this e-mail, please=20 > notify the sender, delete it and do not read, act upon,=20 > print, disclose, copy, retain or redistribute it. Click here=20 > for important additional terms relating to this e-mail. =20 > http://www.ml.com/email_terms/ > -------------------------------------------------------- >=20 |