I can configure multiple sessions in a single QuickFIX/J settings file and then start them all with a single SocketInitiator
. But I would like to be able to modify the configuration of one or more sessions and then restart just those sessions without affecting any others.
I could do this by having multiple settings files and using one SocketInitiator
per session. But it seems as though QuickFIX/J is not intended to be used this way. Would it cause me any problems?