Hi,
We are transmitting passwords over a SSL encrypted ActiveMQ connection. We would like to make sure that password are erased from memory as soon as possible. Doing this in our own code is easy, just using char-arrays and erasing them in finally blocks, but is there a way to ensure that ActiveMQ erases message contents immediately after they are processed?
We are using topics (named and temporary) and MapMessages.