0
votes
1answer
43 views

Does WSO2 CEP with Esper engine support JMS Queues?

I want to send events to WSO2 CEP through ActiveMQ 'Queue'. Also i want to receive events in ActiveMQ 'Queue' processed by WSO2 CEP . I am wondering whether this is possible with Esper Engine ?
0
votes
2answers
47 views

Can WSO2 CEP 2.0.1 receive events from JMS queue?

Like in jms-twitter example WSO2 CEP is receiving events from JMS Topic, I want to receive the events from JMS Queue . Is it possible?
0
votes
1answer
92 views

About Siddhi pattern find

Does siddhi (http://siddhi-cep.blogspot.com/) / WSO2 have the functionality to work on query similar to 1) 5 error followed by success 2) 5 error followed by 5 fatal followed by 1 ...
0
votes
1answer
45 views

Is it possible for WSO2 CEP to receive message from ActiveMQ Queue?

I want to receive ActiveMQ 'Queue' message in WSO2 CEP instead of a Topic. Also after processing my message in WSO2 CEP i want to send the message in another 'Queue' of ActiveMQ.
1
vote
1answer
103 views

WSO2 CEP agent broker (KPI Analyzer) sample is not working with aggragate queries

I am working on Apache WSO2 CEP and I am trying to do some scenarios that fits my requirements. First I execute the sample that is explained in this link KPI Analyzer and I succced and see the ...
0
votes
1answer
28 views

WSO2 CEP Sample: Cannot start agent server on port 7761

I am trying to run the Access Analyzer sample. I tried to run the Java classes but it says "Cannot start agent server on port 7761" Please help...
0
votes
1answer
50 views

WSO2 CEP Management Console

I have installed WSO2 CEP on Linux. But when I tried to open the management console with the https:///carbon/, it says "The website is not available." I have the WSO2 CEP running (and it said WSO2 ...
0
votes
1answer
39 views

How do I trace CEP processing in WSO2 CEP?

I am attempting to emulate the Build Analyzer example with my own bucket and input stream. I believe I have set up everything correctly, but when I run test data, I do not get any results. The ...
0
votes
1answer
44 views

wso2 CEP error in event list

The post seems long but is is only because of data (samples and errors). I am trying to make a bucket mocking the buildFailed sample in cep 2.1.0. (This sample works). I have created my own stream ...
0
votes
1answer
71 views

WSO2 CEP siddhi Filter issue

I am trying to use the siddhi query langage but it seems I am misusing it. I have some events with the following streamdef : { 'name':'eu.ima.stat.events', 'version':'1.1.0', 'nickName': 'Flux ...
0
votes
0answers
56 views

WSO2ESB- The 'name' attribute is required for a Proxy service definition

I have a problem in deploying this sample: "Complex Event Processing and Business Rule Management With SOA" (Link: ...
0
votes
1answer
52 views

wso2 cep sequence detect missing event

I would like to define a query in cep/siddhi that detects a missing event in a sequence. I have 4 events that must occur within 5 minutes. (p1->p2->p3->p4 within 3000) How can I write the condition ...
0
votes
1answer
53 views

How to pipelined the Map-input-stream as events directly to WSO2-CEP without selecting or using the “Input mapping type”?

I am using WSO2-CEP with Esper(as runtime),Esper processed queries on Map as siddhi on tuples."Input Mapping type" basically declares the type of input conversion required for e.g XML-Mapping: XML to ...
2
votes
2answers
154 views

How can I run WSO2-CEP or WSO2-BAM and WSO2-BPS at the same machine at the same time?

I am working on event processing and business activity monitoring in SOA. I want to run WSO2-CEP and/or WSO2-BAM while WSO2-BPS is running. But the problem is that when I run WSO2-BPS to run my ...
0
votes
1answer
78 views

How should i proceed to achieve persistence with ESPER(with WSO2) in case of failover without using ESPERHA?

I am using WSO2 CEP-Server with esper as backEND-Runtime.WSO2 has provided persistence with siddhi(backEnd-runtime) using cassandra.I need to implement persistence with ESPER-CEP engine. Any thought ...
0
votes
1answer
29 views

wso2 new broker type

I have implemented a new Broker by extending the BrokerType and BrokerTypeFactory. I wanted to deploy this new Broker to WSO2 CEP. I created a broker.xml and placed it in repository/conf directory ...
1
vote
1answer
64 views

Is it possible to display data in WSO2 BAM which is analysed by WSO2 CEP?

I have data analysed using CEP which I want to display in BAM. I am using KPI analyzer sample - http://docs.wso2.org/wiki/display/CEP201/KPI+Analyzer Can you please tell me whether its possible to ...
1
vote
1answer
37 views

WSO2 DataPublisher

We have a 2 node WSO2 CEP cluster. We wanted to send events via thrift to the CEP cluster. We are using Wso2 databridge - DataPublisher on the client side. While we are able to send events over ...
0
votes
1answer
71 views

Receiving message over JMS - WSO2 CEP

I have following questions - 1. Does WSO2 CEP can listen to JMS queue also ? If yes, please share any article. 2. In case upstream application publishes message to topic and we have distributed (2 ...
1
vote
1answer
124 views

Distributed WSO2 CEP

If I have a distributed CEP setup with a JMS broker as the primary input. Now if we tell our client application to send event to Topic X, the events will be distributed to each node in the CEP ...
1
vote
1answer
155 views

cluster configuration for load balancing - WSO2 BAM/CEP

How WSO2 CEP or BAM can be load balanced ? What configuration changes required to make it in clustered mode (active-active). How publisher can send events over Thrift to this clustered server, please ...
0
votes
1answer
80 views

WSO2 Developer Studio - CEP Bucket

Is there any way to give some syntax or context help for writing EPL queries while creating buckets using WSO2 Developer Studio ? Is there any EPL query editor exist outside WSO2 stack ?
1
vote
1answer
93 views

WSO2 CEP Multiple rows in resultset

I wanted to know if the WSO2 CEP/Siddhi query supports returning multiple rows if yes how data from those rows can be mapped to the output XML ? e.g. my event stream has a field statusCode which can ...
0
votes
1answer
58 views

define stream with complex type attributes

org.wso2.siddhi.query.api.definition.Attribute can only define elements of type STRING, INT, LONG, FLOAT, DOUBLE, BOOL How to define stream with complex type elements. e.g. Address { String ...
0
votes
1answer
47 views

WSO2 CEP get UDP feed

I have successfully installed wso2 cep engine on Solaris 10 box. As events I'm receiving UDP feed (pipe separated data lines). How can I configure CEP engine to receive the UDP feed and process it? ...
1
vote
1answer
317 views

WSO2 CEP vs BAM

I am trying to understand the whole WSO2 SOA topology, but not able to understand how the CEP and BAM fit together Can CEP provide visual monitoring of processed events e.g. integration with WSO2 GS ...