From: Swapnil S. J. <Swa...@in...> - 2017-08-09 05:31:53
|
Hi Team, We are using camel-quickfix in our project. As per the Quickfixj documentation, when the session is disconnected it should try to re-login. The scenario is : Engine starts up Session is created and login request is sent Engine keeps trying to log on until it receives valid logon response from broker Now disconnect is fired from JMX Session is logged out, logout response received from broker Session remains logged out, no attempt is made to re-logon again We have to explicitly fire logon from JMX Are we missing some configuration here? Regards, Swapnil |