The concept of JMS is based on the sharing.
- Sharing of the same Joomla application (php code)
- Sharing of the content of a limited number of extensions (DB content).
See the list of extensions that are currently defined in the JMS Tools menu and also the one that can have their content shared.
www.jms2win.com/en/list-of-extensions?vi...id=269&Itemid=53
JomSocial is an extension that can have its content shared.
The sharing of the content of an extension consists in the sharing of the MySQL tables used by this extension.
In other words, the record (data) are unique and not duplicated (as they are shared by MySQL)
It is also possible to share the content of JomSocial between different DBs.
Remark: This share the whole content of JomSocial.
If you want a partial sharing of the JomSocial, this is not possible.
Doing such partial sharing require that the author modify their code to provde for example group of users per websites or event or community, ...
If you need such partial sharing, today, you have EasySocial that implemented such kind of partial sharing when JMS is present.
So that, you can create subset of users depending on the website.
JMS Basic is enought to do that.