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:
SQL Store:
Mongo Store:
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.