Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
eventsubsyten database
Valentine
Is it possible to use one database for multiple TS servers? Are the messages unique enoguh for that purpose?
Find more posts tagged with
Comments
Migrateduser
I think you can use the same database server with different databases names (so they are logically separated) but not the same database tables.
orientation.JPG
Migrateduser
One more thought..
Messages are delivered in the event subsystem (JMS) based on the topics the subscriber is using. As these topics have the fixed names and are used internally by the teamSite. All the messages are published for the same topics by the different teamSites and hence should be delivered to all the subscribers irrespective of which JMS engine is their as all these JMS engines point to DB with messages from all teamSites (and hence the uniqueness of messages is irrelevent here).
I think using the different DB on the same DB server is good idea.