You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@synapse.apache.org by Paul Fremantle <pz...@gmail.com> on 2007/08/01 00:52:45 UTC

Using Synapse with Ganglia, Esper and Quartz

I've posted a blog entry you might find interesting here:
http://pzf.fremantle.org/2007/07/advanced-open-source-collage.html

Paul

-- 
Paul Fremantle
Co-Founder and VP of Technical Sales, WSO2
OASIS WS-RX TC Co-chair

blog: http://pzf.fremantle.org
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-user-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-user-help@ws.apache.org


Re: Using Synapse with Ganglia, Esper and Quartz

Posted by Paul Fremantle <pz...@gmail.com>.
The question is what would those events do? Certainly you could have
some kind of Axis2 service that grabs events, and then calls an object
to do something with them. It would be a fairly simple pattern.
However, the benefit of doing it in Synapse is that you can do this
sort of thing in much more of a "composable" fashion, because the
events themselves become messages. So you can "wire" together the
Esper mediator with other mediators that can do useful things, with
minimal coding.

Paul

On 8/1/07, Sanjesh Pathak <sa...@soapknox.com> wrote:
>
> Very interesting, thanks for posting it...I am wondering if Esper can be
> used with Axis2 to generate events.
>
> -----Original Message-----
> From: Paul Fremantle [mailto:pzfreo@gmail.com]
> Sent: Tuesday, July 31, 2007 5:53 PM
> To: synapse-dev@ws.apache.org; synapse-user@ws.apache.org
> Subject: Using Synapse with Ganglia, Esper and Quartz
>
> I've posted a blog entry you might find interesting here:
> http://pzf.fremantle.org/2007/07/advanced-open-source-collage.html
>
> Paul
>
> --
> Paul Fremantle
> Co-Founder and VP of Technical Sales, WSO2
> OASIS WS-RX TC Co-chair
>
> blog: http://pzf.fremantle.org
> paul@wso2.com
>
> "Oxygenating the Web Service Platform", www.wso2.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: synapse-dev-help@ws.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: synapse-dev-help@ws.apache.org
>
>


-- 
Paul Fremantle
Co-Founder and VP of Technical Sales, WSO2
OASIS WS-RX TC Co-chair

blog: http://pzf.fremantle.org
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-user-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-user-help@ws.apache.org


Re: Using Synapse with Ganglia, Esper and Quartz

Posted by Paul Fremantle <pz...@gmail.com>.
The question is what would those events do? Certainly you could have
some kind of Axis2 service that grabs events, and then calls an object
to do something with them. It would be a fairly simple pattern.
However, the benefit of doing it in Synapse is that you can do this
sort of thing in much more of a "composable" fashion, because the
events themselves become messages. So you can "wire" together the
Esper mediator with other mediators that can do useful things, with
minimal coding.

Paul

On 8/1/07, Sanjesh Pathak <sa...@soapknox.com> wrote:
>
> Very interesting, thanks for posting it...I am wondering if Esper can be
> used with Axis2 to generate events.
>
> -----Original Message-----
> From: Paul Fremantle [mailto:pzfreo@gmail.com]
> Sent: Tuesday, July 31, 2007 5:53 PM
> To: synapse-dev@ws.apache.org; synapse-user@ws.apache.org
> Subject: Using Synapse with Ganglia, Esper and Quartz
>
> I've posted a blog entry you might find interesting here:
> http://pzf.fremantle.org/2007/07/advanced-open-source-collage.html
>
> Paul
>
> --
> Paul Fremantle
> Co-Founder and VP of Technical Sales, WSO2
> OASIS WS-RX TC Co-chair
>
> blog: http://pzf.fremantle.org
> paul@wso2.com
>
> "Oxygenating the Web Service Platform", www.wso2.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: synapse-dev-help@ws.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: synapse-dev-help@ws.apache.org
>
>


-- 
Paul Fremantle
Co-Founder and VP of Technical Sales, WSO2
OASIS WS-RX TC Co-chair

blog: http://pzf.fremantle.org
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


RE: Using Synapse with Ganglia, Esper and Quartz

Posted by Sanjesh Pathak <sa...@soapknox.com>.
Very interesting, thanks for posting it...I am wondering if Esper can be
used with Axis2 to generate events.

-----Original Message-----
From: Paul Fremantle [mailto:pzfreo@gmail.com] 
Sent: Tuesday, July 31, 2007 5:53 PM
To: synapse-dev@ws.apache.org; synapse-user@ws.apache.org
Subject: Using Synapse with Ganglia, Esper and Quartz

I've posted a blog entry you might find interesting here:
http://pzf.fremantle.org/2007/07/advanced-open-source-collage.html

Paul

-- 
Paul Fremantle
Co-Founder and VP of Technical Sales, WSO2
OASIS WS-RX TC Co-chair

blog: http://pzf.fremantle.org
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-user-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-user-help@ws.apache.org


RE: Using Synapse with Ganglia, Esper and Quartz

Posted by Sanjesh Pathak <sa...@soapknox.com>.
Very interesting, thanks for posting it...I am wondering if Esper can be
used with Axis2 to generate events.

-----Original Message-----
From: Paul Fremantle [mailto:pzfreo@gmail.com] 
Sent: Tuesday, July 31, 2007 5:53 PM
To: synapse-dev@ws.apache.org; synapse-user@ws.apache.org
Subject: Using Synapse with Ganglia, Esper and Quartz

I've posted a blog entry you might find interesting here:
http://pzf.fremantle.org/2007/07/advanced-open-source-collage.html

Paul

-- 
Paul Fremantle
Co-Founder and VP of Technical Sales, WSO2
OASIS WS-RX TC Co-chair

blog: http://pzf.fremantle.org
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org