Re: [Quickfix-developers] QuickFIX & J2EE
Brought to you by:
orenmnero
From: <gar...@su...> - 2003-01-29 12:59:52
|
We're using QuickFIX to talk to our J2EE server (weblogic) but don't have it directly within it. We've found that it's generally too risky to run anything that uses native interfaces within the app server. Not that QuickFIX has really caused any problems, but we've had 3rd party software sometimes cause core dumps and if that happens, there's not much you can do to save your app server from going down. Instead, I've created a separate FIX Engine (using QuickFIX) that acts as an RMI server that our app server can talk to and listen from for sending and receiving FIX messages. Gary Mui Prescient Markets, Inc 914-989-3118 (W) 445 Hamilton Avenue 914-422-3693 (F) White Plains, NY 10601 Please visit us at http://www.cpmarket.com Alex Hornby <al...@an...> Sent by: To: quickfix-developers qui...@li...urc <qui...@li...> eforge.net cc: Subject: [Quickfix-developers] QuickFIX & J2EE 01/29/03 05:59 AM Hi, Has anyone here used the QuickFIX Java bindings to accept FIX messages inside a J2EE app server? (In particular JBoss) The reason behind this is that I'd like to have both incoming FIX and web page requests affect Java "business objects". Is anyone doing this - any sample code? Cheers, Alex. ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |