Re: HTTP Access log

2018-06-07 Thread davidh
Hi art.licis Thanks I will try that out. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: HTTP Access log

2017-12-10 Thread Karlovsky Alexey
If you are Mac or Linux user, I can recommend lnav(1). It's super tool for viewing logs, combine different logs, filtering and etc. 1 http://lnav.org On 19 Oct 2017 2:26 p.m., "davidh" wrote: > We are using ActiveMQ REST API to > publish messages on topi

Re: HTTP Access log

2017-12-10 Thread Art Licis
Yes, it is possible. To do that, you just need to add RequestLogHandler to jetty handler collection. That's how you do it: By default, Jetty is configured via jetty.xml (imported in activemq.xml): jetty.xml is a regular Spring configuration file, and some handlers are already defined. So you jus

HTTP Access log

2017-10-19 Thread davidh
We are using ActiveMQ REST API to publish messages on topics. I'd like to be able to track HTTP requests into ActiveMQ, via Jetty, such that I can see timestamp, time taken etc. Is this possible? I know that AMQ uses Jetty embedded - and ( based on this