...
- In a command prompt, switch to the CEP samples directory of the 1st 2nd CEP node:: <CEP_HOME>/samples/cep-samples
For example, in Linux: cd <CEP_HOME>/samples/cep-samples - From there, typeant agentPhoneRetailClient -Dport=7612 -Devents=2
This will send 2 thrift events to CEP.
Note |
---|
Observe how the PurchaseOrders, QuantitySold and the RevenueEarned fields increases according to the input events. |
Observation
You will be able observe the output events sent by the 2nd CEP node in the JMS subscriber console as shown bellow. Observe how the PurchaseOrders, QuantitySold and the RevenueEarned fields has incensed according to the input event.
...