• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JMS & J2EE

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I would like to learn JMS. When I take a look of the detailed contents of the promoted book, I cannot find any topic about the JMS. I am wondering if the JMS is part of the J2EE framework. Moreover, can anyone suggest me a good book or online resouce to learn JMS in a quick way?

Thank you so much!

candy
 
Author
Posts: 377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Candy Chen:
Hi,

I would like to learn JMS. When I take a look of the detailed contents of the promoted book, I cannot find any topic about the JMS. I am wondering if the JMS is part of the J2EE framework. Moreover, can anyone suggest me a good book or online resouce to learn JMS in a quick way?

Thank you so much!

candy



Hi Candy,

I'll let others with more knowledge answer the question about a good JMS book. J2EE: The Big Picture touches briefly on JMS but this is not a book for learning to use a technology. It provides an easily accessible understanding of J2EE as a whole so that you can then either just understand it and thus do a nontechnical job better, or so that you can then go on to use other learning resources to learn to do actual coding, design, or architecture.

Thanks,
Solveig
~~~~~~~~~~~~~~~~
solveig@bigpicture-books.com
www.bigpicture-books.com

http://www.bigpicture-books.com/bigpicturetoc.pdf

"J2EE: The Big Picture" by Solveig Haugland, Mark Cade, and Anthony Orapallo
Knowledge without coding.
Understanding without boredom.
And occasional references to badgers.

http://www.amazon.com/exec/obidos/ASIN/0131480103
http://www.amazon.co.uk/exec/obidos/ASIN/0131480103
 
Ranch Hand
Posts: 4982
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You may read the JMS tutorial from SUN:
http://java.sun.com/products/jms/tutorial/1_3_1-fcs/doc/jms_tutorialTOC.html

Nick
 
Nicholas Cheung
Ranch Hand
Posts: 4982
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You may find this article useful as well:
http://www.j2eeolympus.com/J2EE/JMS/JMS.jsp

Nick
 
Ranch Hand
Posts: 995
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Books:
- Java Message Service - O'Reilly
- Practical JMS - Manning
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To start with JMS - Oreily is good.
 
Ranch Hand
Posts: 1312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Message-Driven Bean
http://www.backendmedia.com/MDB/docs/tutorial.html
http://www.theserverside.com/articles/article.tss?l=Pramati-MDB

JMS with J2ee
http://java.sun.com/products/jms/tutorial/1_3_1-fcs/doc/jmsj2ee.html

JMS from Sun
http://java.sun.com/products/jms/tutorial/
 
somkiat puisungnoen
Ranch Hand
Posts: 1312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's good tutorial at
http://my.execpc.com/~gopalan/jms/jms.html



***** i can't resize this picture ...

[ July 23, 2004: Message edited by: somkiat puisungnoen ]
[ July 23, 2004: Message edited by: somkiat puisungnoen ]
 
The only thing that kept the leeches off of me was this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic