12.8. Building, Deploying, and Running the JMS Examples
The Ant build.xml file for the JMS examples is located in the nfl/application/jms directory, and shown in Listing 12.4. There are properties set at the beginning of the file that should be changed if you are using a different JMS provider than the BEA WebLogic server. The properties specify the class name of the TopiConnectionFactory implementation class, and the URL at which the JNDI provider is located. You should also have your system CLASSPATH set so that the JNDI and JMS providers will be found (the weblogic.jar file in this case of BEA).
In order to run the examples, you must configure your JMS provider, including creating the topic. Instructions for doing so in WebLogic follow the ...
Get J2EE™ and JAX™: Developing Web Applications and Web Services now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.