September 2002
Intermediate to advanced
608 pages
14h 20m
English
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 ...
Read now
Unlock full access