So the app logs to JMS, not SOAP. Later you have something else that consumes the queue and calls the WS, but that would not be done by Log4j. Or are you suggesting that Log4j should be able to consume from a Q and call a WS?
Gary On Thu, May 1, 2014 at 10:15 AM, Evan J <[email protected]> wrote: > Hi Ralph, > > All the request and response messages, some header data, with additional > information, are placed in an MDC, packaged in an Appender and sent to an > MQ queue which, ultimately, makes a call to the service. It's a centralized > logging model for all the applications in a cluster. Frankly, I don't like > the design nor the setup, but I don't make such decisions (or > requirements). > > > On Wed, Apr 30, 2014 at 11:15 PM, Ralph Goers <[email protected] > >wrote: > > > A web service to do what? Logging via SOAP would be extremely slow if > > every log event is a single request. Can you elaborate on what you > really > > want to do? > > > > Ralph > > > > On Apr 30, 2014, at 9:10 PM, Evan J <[email protected]> wrote: > > > > > Thanks for verifying this. I thought I might be missing an obvious, and > > > this has already been implemented by at least someone. > > > > > > > > > On Wed, Apr 30, 2014 at 7:48 PM, Remko Popma <[email protected]> > > wrote: > > > > > >> Evan, no I'm not aware of any appender that logs to a web service. > > >> > > >> > > >> On Thu, May 1, 2014 at 9:21 AM, Evan J <[email protected]> > > >> wrote: > > >> > > >>> I searched around, but I could not find an off-the-shelf Appender > that > > >>> sends logs to a web service. Is there any? > > >>> > > >> > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
