Skip to Main Content

What should be configured as <channel> in Oracle CEP HTTP adapter for remote publishing?

user9210809Jun 24 2014 — edited Jul 4 2014

Hi,

Below is the adapter configuration that I have for Oracle CEP HTTP adapter for remote publishing. What exactly should be configured in <channel> here? In the oracle documentation example, it only says /channel2 as an example.

Below is the HTTP adapter configuration file that I have created.

<?xml version="1.0" encoding="UTF-8"?>

<wlevs:config xmlns:wlevs="http://www.bea.com/ns/wlevs/config/application">

    <http-pub-sub-adapter>

        <name>HttpPostAdapter</name>

        <server-url>http://localhost:8080/RESTfulWS/rest/UserInfoService/post/jsonstream</server-url>

        <channel>/RESTfulWS</channel>

        <event-type>com.wipro.event.ResultEvent1</event-type>

    </http-pub-sub-adapter>

</wlevs:config>

'/RESTfulWS' in my above configuration is the context-root of my rest service.But this is not working so I would like someone to help me understand this configuration.

Many thanks.


Regards

Sowmya

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked due to inactivity on Aug 1 2014
Added on Jun 24 2014
1 comment
1,107 views