Re: Clojure and JMS - Sample program

2010-03-22 Thread jsrodrigues
This is the follow-up code I wrote to help me understand JMS-Topic (javax.jms.Topic). Regards, John (ns jms.jms-topic (:use [jms.jms-test :only (get-initial-context get-message-text)]) (:import (javax.jms Session MessageListener))) (defn publish-term-message-to-

Clojure and JMS - Sample program

2010-03-21 Thread jsrodrigues
I wrote this program to help me explore and understand JMS-Queue (javax.jms.Queue). I was working with OpenJMS which comes bundled with the GlassFish application server (running on Windows). In addition to installing JDK-EE 1.5+GlassFish, you will need to include the following jars in your Clojure