Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Running pubsubhubbub hub

baju edited this page Aug 24, 2011 · 2 revisions

Hub is a component in order to discover all exported endpoints by publishers and send updates (notification) to all subscribers. Can run on different host.

How to run:

Dependency bundles:

  1. Install all bundles like in section 1.1 and 1.2.

  2. Create an instance of “Rose_Pubsubhubbub.hub factory” with “hub.url” property, Rose configuration file can handle it. Example of “component” section in configuration file:

{"factory" : "Rose_Pubsubhubbub.hub", "properties" : { "hub.url" : "/hub" } }

  • “hub.url”- relative http address path were Hub is listening to requests