Re: aggregate data collection
Marc Mamane <[email protected]> Thu, 6 Nov 2014 22:59:57 -0500
| Newsgroups | gmane.org.user-groups.ajug.members |
|---|---|
| Message-ID | <CAHw6ai13SqrUAsFxBunjVck9neqNJV9664XSnTubT9O9D047-A@mail.gmail.com> |
We're doing something similar with camel. We poll mbean attributes and log the results to ActiveMQ. Camel routes directly from ActiveMQ through several processors to multiple end points... Db, ticketing and WebSockets in our case. Camel routes are highly flexible. Pub sub between camel and queue might give you what you need. I'm new to camel but really like what we've seen of it. On Thursday, November 6, 2014, Mike Barnes <[email protected]> wrote: > I have a problem where I need to be able to query multiple application > servers which will be known at runtime and then return the results back to > the requesting application. > > Could someone suggest a framework or pattern that I could use for this > purpose. Originally, I was thinking that either Apache Camel or Apache > Mule ESB could serve this purpose. But, after reading some of the online > blogs and documentation, I am now beginning to think that these tools will > not work for me. > > Thanks > Mike Barnes > _______________________________________________ ajug-members mailing list [email protected] http://lists.ajug.org/mailman/listinfo/ajug-members