Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Q quickfix
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 48
    • Issues 48
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 25
    • Merge requests 25
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • quickfixgo
  • quickfix
  • Issues
  • #484
Closed
Open
Issue created Mar 31, 2022 by Administrator@rootContributor

DynamicSessions are incompatible with any MessageStore except the in memory store

Created by: mattrasband

Because dynamic sessions don't have a setting associated with them most message stores reject them:

File Message Store:

https://github.com/quickfixgo/quickfix/blob/94d7217c93c22b69951da4d86857852ae89ff94e/filestore.go#L48-L51

SQL Store:

https://github.com/quickfixgo/quickfix/blob/94d7217c93c22b69951da4d86857852ae89ff94e/sqlstore.go#L54-L57

Mongo Store:

https://github.com/quickfixgo/quickfix/blob/94d7217c93c22b69951da4d86857852ae89ff94e/mongostore.go#L45-L48

It seems like in the case the session settings aren't found we should default back to the global settings if possible for dynamic session cases.

If this seems sensible I could work on adding it.

Assignee
Assign to
Time tracking