|
From: Ivan V. <iv...@gm...> - 2009-09-09 13:29:37
|
2009/9/9 ofer yoshiahu <of...@gm...>: > > In the logout message you should have the expected sequence number in tag 789 if you don't have it you can parse the error message. > > You can set the next sender/target sequence number (method of Session object) and then can session.login() or session.reset() > > Something like this: > int expectedSeqNum = message.getInt(789); > sessio.setNextSenderMsgSeqNum(expectedSeqNum); > session.logon(); Thanks! |