JVM Languages
jms.txt
Associated article: Building a Lightweight JMS Provider
Tags: JVM Languages
Published source code accompanying the article by Eric J. Bruno in which he shows how to build a Java Message Service provider that is both lightweight in size and overhead--but not in features. Also see JMS.ZIP and ORDERSYS.ZIP.
Building a Lightweight JMS Provider by Eric J. Bruno Listing One import javax.naming.*; import javax.jms.*; // Set the JMS Provider specific properties here. // This can be read from a file at startup so that it's not hard coded Hashtable ...


