Using QuickFIX/n I want to disconnect other connections when the session is Logged in. For example the client is logged in, but for the same SenderCompId new Logon on another connection is received, the first session should be disconnected instead of the new Logon be silently blocked.
Any ideas on how to configure/code that behavior?
Probably not the answer you are looking for: I doubt that this can be configured since an incoming session should be disconnected if there already was an established connection with the same CompIDs.
Source: https://www.fixtrading.org/standards/fix-session-layer-online/#fix-connection-termination
(search for "When to terminate a FIX connection")