Re: JMSException: Timer already cancelled.

2020-01-13 Thread Jean-Baptiste Onofré
Hi Chris, thanks for the update. Indeed it could be related to client code, especially around tx/ack management. Anyway, let me know if you need help, even on KahaDB ;) Regards JB On 13/01/2020 19:13, cmathrusse wrote: > Hey JB, > > We are still seeing this in our production environment but not

Re: JMSException: Timer already cancelled.

2020-01-13 Thread cmathrusse
Hey JB, We are still seeing this in our production environment but not quite so frequently. It seems to be only occurring in certain parts of our code and I don't have an explanation as to why but since it is tapering off I'm not going to invest any more time into the issue. Especially since we ar

How to Hide ActiveMQ Version in STOMP CONNECTED Header

2020-01-13 Thread sniegu
I want to fulfill OWASP ASVS 14.3.3 requirement, which stands: 14.3.3 Verify that the HTTP headers or any part of the HTTP response do not expose detailed version information

Creating a temporary queue from AMQP

2020-01-13 Thread Dirkjan Ochtman
Hi there, I'm still working on my reimplementation of an AMQP 1.0 client in Rust. I have implemented all the bits that are required to send a message to my target application, but I'm having trouble attaching to the second link that is supposed to be used to receive the responses to the messages.