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

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

BrokerFilter how to respond to client with Error Message

2017-10-11 Thread davidh
hi I have implemented a BrokerFilter which Authenticates a connection on "addConnection" and Authorises on "addConsumer". This works but my question is about error handling - "addConnection" returns a void and throws Exception. If I raise an exception (with a message) the exception not only gets

Re: systemd startup scripts for activemq

2016-11-25 Thread davidh
I came looking for activemq systemd config file. I notice the position francesco got to acted as a wrapper round the console, whereas I was keen to get a "forking" version working. I managed to get the following working - in /etc/systemd/system/activemq.myinstance.service # [Unit] Descripti

Re: embedded broker with admin web-console

2009-10-06 Thread davidh
Hi Lyall, Dejan, Regarding Dejan's advice: Yes telnet localhost 1099 and 61616 is accepted and clearly something is there... I am going back and forth trying stuff out with tomcat 5.x and 6.x... More later. Regarding Lyall's issues: I find that some (older) wars that work in tomcat 5.x look f

Re: embedded broker with admin web-console

2009-10-05 Thread davidh
will allow interaction with either an embedded broker or a stand-alone broker. if only I can get it to work! --david davidh wrote: > > Greetings, > > I recently installed a Fedora Commons (3.2.1) institutional repository > system, enabling > its built-in JMS. Evidently it runs

embedded broker with admin web-console

2009-10-05 Thread davidh
Greetings, I recently installed a Fedora Commons (3.2.1) institutional repository system, enabling its built-in JMS. Evidently it runs an embedded ActiveMQ broker, but the admin web-console is not present. So... How does one embed a broker with admin web-console? Also, if the embedding applicati