Hi, I'm using a set of back-end services to drive a PHP application. Currently I have to connect to ActiveMQ with a new Stomp instance for every request, but I'd like to use a pool of persistent connections like MongoDB or MySQL offers. Does anyone know of a Stomp implementation that has persistent connections, or else does anyone know how to store "persistent" objects across PHP request processes?
Thanks, Jeff