Subscribe:

Labels

Tuesday, June 14, 2011

Content Type Hubs -- Publish and Subscribe

SharePoint 2010 now introduces a new feature called Content Type Hubs.Content Type Hub is a central location where you can manage and publish your content types – so now web applications can subscribe to this hub and pull down the published content types from the hub. Even receive updates on the published content types!


As you can see, the content type hub is exposed to every web application using the Metadata Service Application. So, as long as the web applications use the same Metadata Service Application, the content types will be pushed to those subscribed web applications.
Configuring The Content Type Hub
This is pretty simple.
1) Create the web application and the root site which you want it to be the Hub
2) In the Managed Metadata Service Application (under Central Administration | Application Settings | Service Applications )properties, you can set the Content Type Hub

3) In the Managed Metadata Service Connection, we explicitly tell to consume content types from the hub

 

4) Now, we can go to our content type hub site, create content types and you should see Manage content type publishing option

5) And publish the same


6) This will publish the content types
Timer Jobs
In order to receive the published content types immediately, you can go and run two timer jobs immediately:
1) Content Type Hub
2) Content Type Subscriber (of the web application which is going to receive the content types updates)
Published Content Types
After running the timer jobs, the content types should be published. Go to your Site Settings | Site Collection Administration | Content Type Publishing
You can see all the published content types here 








Remember, as long as the Web Application use the same Metadata Service Application the content type hub is using, it can receive the content types from the hub.






No comments:

Post a Comment