[Quickfix-developers] QF Java abruptly exits
Brought to you by:
orenmnero
From: C. J. <jav...@ce...> - 2003-08-25 22:55:33
|
Hi gang- I recently upgraded to QF 1.5, built everything on Windows XP. I have a Java acceptor which initiates a connection to a JMS topic and when I RX NewOrderSingle messages, I place them on the topic. That's fine.. That connects to JMS provider OK. But, for some reason, I get these messages, then the app just dies: <20030825-22:51:04, FIX.4.2:MQGATEWAY-IL-1->TESTCLIENTAPP-1, event> (Created session) <20030825-22:51:04, FIX.4.2:MQGATEWAY-IL-1->TESTSENDER-1, event> (Created session) It creates the sessions, then just exits. Did I miss something along the way somewhere? Did something change with the threading from 1.4 to 1.5? -cedrick |