Created question in FIWARE Q/A platform on 11-10-2017 at 21:10
Please, ANSWER this question AT https://stackoverflow.com/questions/46696274/fiware-cepheus-cep-subscription-to-context-broker-issue
Question:
Fiware cepheus cep subscription to context broker issue
Description:
I wanted to make the cepheus cep receive incoming events from the context broker rather than the cepheus broker but then i checked the cepheus-cep logs when i uploaded the config.json file and found that it doesn't subscribe to the entites in the context broker as there's no subscription launched . Also when I tried send the subscription manually on behalf of the cepheus-cep and started to send messages to the entities in the context broker , the Cepheus-cep treated the notifications as mere post request not as eventin messages that should be processed and it displays a message stating "POST method not supported".
So , what could be the solution for both issues regarding the Cep subscription to context broker and the manual subscription i made ??