-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Dynamic Acceptor Sessions in QuickFIX/J #135
Comments
Hi @ChildrenGreens, Thanks for using the library. There is an example on how to use dynamic sessions here https://github.com/esanchezros/quickfixj-spring-boot-starter-examples/tree/master/simple-server-dynamic-sessions Are you referring to doing this but using auto configuration? Thanks |
@esanchezros Yes, is it possible to control whether to enable Dynamic Acceptor Sessions by using the properties attribute combined with auto configuration? |
Not right using properties but you can override the
I think this could be a nice feature in the qfj spring boot starter, I'll try adding it soon |
@esanchezros I am currently using the override Acceptor bean. I would greatly appreciate it if you could add this feature to the QFJ Spring Boot Starter. |
I would like to request support for dynamic acceptor sessions in the quickfixj-spring-boot-starter framework. The dynamic acceptor feature in QuickFIX/J allows the program to handle sessions flexibly without predefined configurations for each session, using DynamicAcceptorSessionProvider.
For more details, you can refer to the QuickFIX/J user manual: Dynamic Acceptor Sessions.
The text was updated successfully, but these errors were encountered: