Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Buy Used
Used - Good See details
$13.88 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
Enterprise Messaging Using JMS and IBM® WebSphere®
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Enterprise Messaging Using JMS and IBM® WebSphere® [Paperback]

Kareem Yusuf (Author)
4.7 out of 5 stars  See all reviews (9 customer reviews)

List Price: $49.99
Price: $38.10 & this item ships for FREE with Super Saver Shipping. Details
You Save: $11.89 (24%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 5 left in stock--order soon (more on the way).
Want it delivered Monday, February 6? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more


Book Description

March 6, 2004 0131468634 978-0131468634
The Server-side Java market has exploded and use of messaging as a means of integrating applications and processes is as strong, if not stronger, than ever. This book offers a customer-focused perspective on building messaging solutions based on JMS and the leading messaging provider, IBM WebSphere Application Server. The author, Kareem Yusuf, uses his real-world knowledge of JMS and open standards to teach the reader how to most effectively use JMS and IBM software to implement messaging solutions within the enterprise. Although the book is key of developers and technical architects working with IBM WebSphere, the book includes extensive generic examples and material that is not dependent on specific vendor's implementations. All code samples contained within the book will be available on the companion website.

Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Customers buy this book with Java Message Service $26.25

Enterprise Messaging Using JMS and IBM® WebSphere® + Java Message Service
  • This item: Enterprise Messaging Using JMS and IBM® WebSphere®

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Java Message Service

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

From the Back Cover

The real-world guide to JMS messaging with IBM WebSphere technologies

This book offers start-to-finish guidance for building reliable, high-performance JMS-based messaging infrastructure with IBM WebSphere technologies.

IBM expert Kareem Yusuf systematically introduces the latest versions of JMS—both 1.1 and 1.02b. Once you've thoroughly mastered JMS development on any platform, Yusuf turns to the exceptional JMS support found in IBM's WebSphere products. Using extensive code examples, he walks you step-by-step through WebSphere JMS development, configuration, deployment, and administration in several real-world scenarios. Coverage includes:

  • Roles and goals of messaging infrastructure in the enterprise
  • Key JMS concepts: messaging domains, messages, and Application Server Facilities
  • Defining/structuring content, choosing message types, and manipulating messages
  • The JMS API, explained through detailed code examples
  • Using JMS with EJB, message-driven beans, servlets, and portlets
  • Working with IBM WebSphere JMS providers, administered objects, and tools
  • Hands-on tutorials: EJB message exchange, integration with non-JMS applications, and SSL security
  • Resource location and physical topologies for maximizing availability and efficiency

Whether you're developing enterprise messaging infrastructure, architecting it, or managing it, this book delivers indispensable guidance-straight from the frontlines.

On the Web

Download an extensive library of code samples for JMS 1.1 and 1.02b, including complete functional prototypes built for JMS 1.02b.

About the Author

KAREEM YUSUF, IBM Technical Sales Professional, has technical leadership responsibilities for JMS and IBM WebSphere customer implementations. He previously served as Technical Team Lead for WebSphere MQ JMS in IBM's WebSphere MQ Technical Support (Service) Organization at Hursley, UK. He has been working with WebSphere, JMS, and related enterprise messaging technologies since 1998.


Product Details

  • Paperback: 352 pages
  • Publisher: IBM Press (March 6, 2004)
  • Language: English
  • ISBN-10: 0131468634
  • ISBN-13: 978-0131468634
  • Product Dimensions: 9.2 x 7 x 0.8 inches
  • Shipping Weight: 15.2 ounces (View shipping rates and policies)
  • Average Customer Review: 4.7 out of 5 stars  See all reviews (9 customer reviews)
  • Amazon Best Sellers Rank: #319,620 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

9 Reviews
5 star:
 (6)
4 star:
 (3)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.7 out of 5 stars (9 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

7 of 8 people found the following review helpful:
4.0 out of 5 stars Fully supports the latest JMS versions, March 16, 2004
This review is from: Enterprise Messaging Using JMS and IBM® WebSphere® (Paperback)
Java Messaging System arises out of the need to have loosely coupled objects associated in a J2EE architecture be able to communicate asynchronously with each other. In part because these objects might be physically quite distant from each other, like an application client and a web container that are both on the Internet. The objects may have variable loads and so the buffering of messages is preferable if any object is too busy to attend to an incoming message. Plus, objects may have intermittent connectivity to the net. Especially if mobile/nomadic computing takes off.

In any of these scenarios, IBM sees a need for a web server, mediating between applications and a large database (DB2 in IBM's case). That server or container is WebSphere. The bulk of the book therefore deals with how WebSphere implements JMS. The book makes explicitly clear that IBM's implementation fully satisfies the JMS versions 1.02b and 1.1 APIs. Which means that a third party client application that can handle these versions can send and receive messages to WebSphere via JMS. You can consider this as an extra enabling inducement for independent software vendors to write code that hooks to WebSphere.

Various examples are given; the book terms these JMS scenarios. Most importantly is how to use Enterprise Java Beans to swap messages via JMS. For commercial applications, another example shows the ability to encrypt the messages.

Now hopefully, ISVs will partake of the book's offerings.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars Great book on JMS, October 8, 2004
By 
Amazon Verified Purchase(What's this?)
This review is from: Enterprise Messaging Using JMS and IBM® WebSphere® (Paperback)
I've been working with WebSphere for over 5 years (since the beginning) and this was still worth reading. Great book full of examples, step-by-step "labs". This is focused on WebSphere and MQ, but will be very helpful to those who wants to use MQ with any other J2EE server. If you are not MQ and not WebSphere user - this still will be helpful since it has great deal of JMS basics, but you will have to use your vendor's tutorials and examples instead of those in the book. Concepts are still the same.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars Awesome comprehensive work !!, July 23, 2004
This review is from: Enterprise Messaging Using JMS and IBM® WebSphere® (Paperback)
Dr Yusuf has done a great job in pulling together many areas of technology into a comprehensive work addressing JMS as well as the role of messaging in a WebSphere/WAS environment. I have been working with WAS as well as WebSphere MQ for a number of years and this book is a must buy for developers looking to integrate applications with JMS or exploring/developing with the messaging features of WAS. Well done!!!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews







Only search this product's reviews



What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject