I have a perl script that i need to run in a single threaded manner. the
hardware it communicates with will not allow multithreading of anykind. Yet, I
have many users that need to activate this script, possibll at the same time.
I read that mx7 support sJMS and read up on JMS.

What I am looking for is info on how to use CF to create a system were
multiple clients send messages into a queue, in which a single consumer plucks
info from that queue in order to run the perl script single threaded.