Sponsored Content
Full Discussion: CEP Uses: message monitoring
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News CEP Uses: message monitoring Post 302185764 by Linux Bot on Tuesday 15th of April 2008 08:50:05 PM
Old 04-15-2008
CEP Uses: message monitoring

vincent
Tue, 15 Apr 2008 23:34:43 +0000
The recent InfoQ conference in London had some interesting banking sessions on high volume / low latency (implying event processing). These included Merrill Lynch on monitoring messages, and Betfair on their online betting system. One can be pretty sure there is CEP in production in these organizations; Merrill’s talk was about monitoring messages or events, which seems to be a popular CEP application area (for TIBCO CEP in any case).
Scenarios for “message monitoring” include:
  • I have some high value events occuring that represent control messages for my internal systems. The value of these messages, and the requirement to be aware of any potential problems immediately, means I must monitor them end-to-end to deduce possible failure (events) in a timely manner. This is a classic “sense and respond” application for CEP.
    .
  • I have some high value events representing the arrival of important documents in my (managed) business process. The value of these documents, and the requirement to be aware of any potential problems immediately, means I must monitor them end-to-end in my workflow to ensure that the appropriate service levels are met (from the document managament, as opposed to process management, perspective). This is a classic “situation awareness” application for CEP.
    .
In both these cases, we need to monitor the events and use rules (and the state of the entities being monitored) to deduce if all is well or of some complex business event [*1] has occured that requires attention. The CEP engine manages the state and rules and event channels.
Notes:
[1] Talking of business events, there is an ongoing marketing onslaught from IBM promoting “Business Events” for their new CEP acquisition (versus TIBCO BusinessEvents, er, the original-named product). Somehow, this reminds one of the Lord Of The Rings: the searchlight from IBM’s Marketing Tower has swept across the IT plains and stopped at CEP: now the blue hordes are trying to rename CEP for their own (dark?) purposes… .
Image

Source...
 

3 More Discussions You Might Find Interesting

1. Programming

How to limit max no of message in a posix message queue

Hii can anyone pls tell how to limit the max no of message in a posix message queue. I have made changes in proc/sys/fs/mqueue/msg_max But still whenever i try to read the value of max. message in the queue using attr.mq_curmsgs (where struct mq_attr attr) its giving the default value as 10.... (0 Replies)
Discussion started by: mohit3884
0 Replies

2. Programming

[XQuery] How to Convert from JSON Message to XML Message with XQuery

Hi guys, I'm in a job of converting a restful webservice to soap. Tool for convertation uses XQuery. Now i need to convert a message like this: { "firstName": "John", "midName": null, "lastName": "Smith", "married": false, "address": { "streetAddress": "21 2nd... (5 Replies)
Discussion started by: tien86
5 Replies

3. UNIX and Linux Applications

Ssmtp -t < /path/to/the/message.txt (How to format message.txt for html email)

ssmtp has been running well under Kubuntu 12.04.1 for plain text messages. I would like to send html messages with ssmtp -t < /path/to/the/message.txt, but I cannot seem to get the message.txt file properly formatted. I have tried various charsets, Content-Transfer-Encoding, rearranging the... (0 Replies)
Discussion started by: Ronald B
0 Replies
GVFS(7) 						   Conventions and miscellaneous						   GVFS(7)

NAME
gvfs - GIO virtual file system DESCRIPTION
GIO provides a VFS API to GLib applications. It includes a 'local' implementation using POSIX. gvfs provides implementations that go beyond that and allow to access files and storage using many protocols, such as ftp, http, sftp, dav, obexftp, etc. It also provides support for trash folders, for cd burning and for monitoring interesting devices and volumes on the computer. Applications use gvfs indirectly, by means of GIO loading the gvfs module that implements the GIO extension points. The gvfs support for volume monitoring is included in a separate loadable module. The actual gvfs implementation is distributed over a number of processes. None of these are expected to be started from the commandline, except for debugging purposes. Main processes: o gvfsd - the main gvfs daemon o gvfs-fuse-daemon - mounts gvfs as a fuse filesystem o gvfsd-metadata - writes gvfs metadata Volume monitors: o gvfs-udisks2-volume-monitor - a udisks-based volume monitor o gvfs-afc-volume-monitor - a volume monitor for Apple iPhone/iPod Touch devices Mount backends: o gvfsd-afc - mounts iPhone/iPod touch volumes o gvfsd-afp - mounts Apple Filing Protocol volumes o gvfsd-afp-browse - browses Apple Filing Protocol volumes o gvfsd-archive - mounts archive files in various formats o gvfsd-burn - provides a location for burning CDs o gvfsd-cdda - mounts audio CDs o gvfsd-computer - provides computer:// o gvfsd-dav - mounts DAV filesystems o gvfsd-dnssd - browses dnssd o gvfsd-ftp - mounts over FTP o gvfsd-http - mounts over HTTP o gvfsd-localtest - a test backend o gvfsd-network - provides network:// o gvfsd-obexftp - mounts over obexftp o gvfsd-recent - provides recent:// o gvfsd-sftp - mounts over sftp o gvfsd-smb - mounts Windows Shares Filesystem volumes o gvfsd-smb-browse - browses Windows Shares Filesystem volumes o gvfsd-trash - provides trash:// ENVIRONMENT
GIO_USE_VFS If set, specifies the GIO vfs implementation to use. Possible values include 'local' and 'gvfs'. GIO_USE_VOLUME_MONITOR If set, specifies the GIO volume monitor implementation to use. Possible values include 'unix', 'GProxyVolumeMonitorUDisks2', as well as other native volume monitors that are described in the key files in $XDG_DATA_DIRS/gvfs/remote-volume-monitors. FILES
$XDG_DATA_DIRS/gvfs/mounts This directory contains key files describing mount daemons. $XDG_DATA_DIRS/gvfs/remote-volume-monitors This directory contains key files describing remote volume monitors. SEE ALSO
GIO documentation[1], gvfsd(1), gvfsd-fuse(1), gvfsd-metadata(1) NOTES
1. GIO documentation http://developer.gnome.org/gio gvfs GVFS(7)
All times are GMT -4. The time now is 05:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy