Try to stick to the JMS 1.1 "domain-independent" API's; they provide a much simpler JMS programming model. Sun's J2EE tutorial has a real good section on JMS programming with lots of examples and good step-by-step descriptions.
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/index.html Joe bsnyder wrote: > > On Dec 5, 2007 7:06 PM, anoweb <[EMAIL PROTECTED]> wrote: >> >> I am trying to get an understanding of JMS and I'd like to try and create >> a >> simple app using ActiveMQ. I have downloaded and installed ActiveMQ, I >> guess now I am trying to figure out what to do next. I have found >> examples >> for creating a basic Chat application >> (http://www.oreilly.com/catalog/javmesser/chapter/ch02.html) but it >> doesn't >> use ActiveMQ. >> >> can someone help??? > > The best place to start is by using the ActiveMQ examples (the > consumer and producer) and dig through these to understand how > everything works. These are really simple and the > src/ProducerTool.java and src/ConsumerTool.java are both pretty easy > to understand. > > Bruce > -- > perl -e 'print > unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" > );' > > Apache ActiveMQ - http://activemq.org/ > Apache ServiceMix - http://servicemix.org/ > Apache Geronimo - http://geronimo.apache.org/ > > http://bruceblog.org/ > > -- View this message in context: http://www.nabble.com/How-to-Get-Started-tf4953615s2354.html#a14194514 Sent from the ActiveMQ - User mailing list archive at Nabble.com.