close menu
Bookswagon-24x7 online bookstore
close menu
My Account
Home > Computing and Information Technology > Computer programming / software engineering > Web programming > Java? Message Service API Tutorial and Reference: Messaging for the J2EE? Platform(Java (Addison-Wesley))
4%
Java? Message Service API Tutorial and Reference: Messaging for the J2EE? Platform(Java (Addison-Wesley))

Java? Message Service API Tutorial and Reference: Messaging for the J2EE? Platform(Java (Addison-Wesley))

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

Java' Message Service API Tutorial and Reference provides a clear and complete introduction to the Java' Message Service (JMS) API. This book illustrates how to use the JMS API to build applications that create, send, receive, and read messages. Beginning with comprehensive descriptions of fundamental JMS concepts and building blocks, the coverage extends to all aspects of running and creating JMS applications. Each topic area is supported by relevant and well-crafted JMS program examples that demonstrate how to put the technology to work.The JMS API is an integral part of the Java 2 Platform, Enterprise Edition (J2EE' platform). Developed by Sun Microsystems in close cooperation with enterprise messaging partners, JMS works together with other technologies to provide reliable, asynchronous communication between components in a distributed computing environment. It delivers a new, powerful tool for enterprise messaging--the cornerstone of today's enterprise applications.You will find in-depth coverage on how to:Create and run JMS client programsUse the JMS API within the J2EE platform Consume messages asynchronously with a message-driven beanProduce messages from an application client and from a session beanAccess an entity bean from a message-driven bean Create applications for the J2EE platform that use the JMS API to Consume messagesProduce messagesAccess an entity beanFrom BytesMessage to TransactionRolledBackException, a useful alphabetical reference provides complete information on all facets of the JMS API. Additionally, the tutorial example programs are downloadable from the Sun Web site, so that you can adapt them to implementations of the JMS API and the J2EE platform. Written by an expert team, the book offers an unparalleled technical understanding of JMS and its integration into the J2EE platform. Its thorough and practical coverage of JMS makes it easy for developers working in a distributed Java technology environment, and those familiar with the J2EE platform, to efficiently integrate the JMS API. 0201784726B02212002

Table of Contents:
Preface. Acknowledgments. I. OVERVIEW. 1. Overview. What Is Messaging? What Is the JMS API? When Can You Use the JMS API? How Does the JMS API Work with the J2EE™ Platform? 2. Basic JMS API Concepts. JMS API Architecture. Messaging Domains. Point-to-Point Messaging Domain. Publish/Subscribe Messaging Domain. Message Consumption. 3. The JMS API Programming Model. Administered Objects. Connection Factories. Destinations. Connections. Sessions. Message Producers. Message Consumers. Message Listeners. Message Selectors. Messages. Message Headers. Message Properties. Message Bodies. Exception Handling. 4. Writing Simple JMS Client Applications. Setting Your Environment for Running Applications. A Simple Point-to-Point Example. Writing the PTP Client Programs. Compiling the PTP Clients. Starting the JMS Provider. Creating the JMS Administered Objects. Running the PTP Clients. Deleting the Queue. A Simple Publish/Subscribe Example. Writing the Pub/Sub Client Programs. Compiling the Pub/Sub Clients. Starting the JMS Provider. Creating the JMS Administered Objects. Running the Pub/Sub Clients. Deleting the Topic and Stopping the Server. Running JMS Client Programs on Multiple Systems. Communicating Between Two J2EE Servers. Communicating Between a J2EE Server and a System Not Running a J2EE Server. 5. Creating Robust JMS Applications. Using Basic Reliability Mechanisms. Controlling Message Acknowledgment. Specifying Message Persistence. Setting Message Priority Levels. Allowing Messages to Expire. Creating Temporary Destinations. Using Advanced Reliability Mechanisms. Creating Durable Subscriptions. Using JMS API Local Transactions. 6. Using the JMS API in a J2EE Application. Using Enterprise Beans to Produce and Synchronously Receive Messages. Administered Objects. Resource Management. Transactions. Using Message-Driven Beans. Managing Distributed Transactions. Using the JMS API with Application Clients and Web Components. 7. A Simple J2EE Application that Uses the JMS API. Writing and Compiling the Application Components. Coding the Application Client: SimpleClient.java. Coding the Message-Driven Bean: MessageBean.java. Compiling the Source Files. Creating and Packaging the Application. Starting the J2EE Server and Deploytool. Creating a Queue. Creating the J2EE Application. Packaging the Application Client. Packaging the Message-Driven Bean. Checking the JNDI Names. Deploying and Running the Application. Looking at the Deployment Descriptor. Adding the Server. Deploying the Application. Running the Client. Undeploying the Application. Removing the Application and Stopping the Server. 8. A J2EE Application that Uses the JMS API with a Session Bean. Writing and Compiling the Application Components. Coding the Application Client: MyAppClient.java. Coding the Publisher Session Bean. Coding the Message-Driven Bean: MessageBean.java. Compiling the Source Files. Creating and Packaging the Application. Starting the J2EE Server and Deploytool. Creating a Topic. Creating a Connection Factory. Creating the J2EE Application. Packaging the Application Client. Packaging the Session Bean. Packaging the Message-Driven Bean. Specifying the JNDI Names. Deploying and Running the Application. Adding the Server. Deploying the Application. Running the Client. Undeploying the Application. Removing the Application and Stopping the Server. 9. A J2EE Application that Uses the JMS API with an Entity Bean. Overview of the Human Resources Application. Writing and Compiling the Application Components. Coding the Application Client: HumanResourceClient.java. Coding the Message-Driven Beans. Coding the Entity Bean. Compiling the Source Files. Creating and Packaging the Application. Starting the J2EE Server and Deploytool. Creating a Queue. Starting the Cloudscape Database Server. Creating the J2EE Application. Packaging the Application Client. Packaging the Equipment Message-Driven Bean. Packaging the Office Message-Driven Bean. Packaging the Schedule Message-Driven Bean. Packaging the Entity Bean. Specifying the Entity Bean Deployment Settings. Specifying the JNDI Names. Deploying and Running the Application. Adding the Server. Deploying the Application. Running the Client. Undeploying the Application. Removing the Application and Stopping the Server. 10. An Application Example that Uses Two J2EE Servers. Overview of the Applications. Writing and Compiling the Application Components. Coding the Application Client: MultiAppServerRequester.java. Coding the Message-Driven Bean: ReplyMsgBean.java. Compiling the Source Files. Creating and Packaging the Application. Starting the J2EE Servers and Deploytool. Creating a Connection Factory. Creating the First J2EE Application. Packaging the Application Client. Creating the Second J2EE Application. Packaging the Message-Driven Bean. Checking the JNDI Names. Deploying and Running the Applications. Adding the Server. Deploying the Applications. Running the Client. Undeploying the Applications. Removing the Applications and Stopping the Servers. Accessing a J2EE Application from a Remote System That Is Not Running a J2EE Server. Accessing a J2EE Application from a Standalone Client. Using runclient to Access a Remote Application Client. II. BYTESMESSAGE. 11. BytesMessage. Overview and Related Methods and Interfaces. Interface Definition. Methods. 12. Connection. Overview and Related Interfaces. Interface Definition. Methods. 13. ConnectionFactory. Overview and Related Interfaces. Interface Definition. 14. ConnectionMetaData. Overview. Interface Definition. Methods. 15. DeliveryMode. Overview. Interface Definition. Fields. 16. Destination. Overview and Related Interfaces. Interface Definition. 17. ExceptionListener. Overview and Related Method. Interface Definition. Methods. 18. IllegalStateException. Overview. Class Definition. Constructors. 19. InvalidClientIDException. Overview. Class Definition. Constructors. 20. InvalidDestinationException. Overview. Class Definition. Constructors. 21. InvalidSelectorException. Overview. Class Definition. Constructors. 22. JMSException. Overview. Class Definition. Constructors. Methods. 23. JMSSecurityException. Overview. Class Definition. Constructors. 24. MapMessage. Overview and Related Methods and Interfaces. Interface Definition. Methods. 25. Message. Overview. Message Bodies. Message Headers. Message Properties. Provider Implementations of JMS Message Interfaces. Message Selectors. Related Methods and Interfaces. Interface Definition. Fields. Methods 26. MessageConsumer. Overview and Related Interfaces. Interface Definition. Methods. 27. MessageEOFException. Overview. Class Definition. Constructors. 28. MessageFormatException. Overview. Class Definition. Constructors. 29. MessageListener. Overview. Interface Definition. Methods. 30. MessageNotReadableException. Overview. Class Definition. Constructors. 31. MessageNotWriteableException. Overview. Class Definition. Constructors. 32. MessageProducer. Overview and Related and Interfaces. Interface Definition. Methods. 33. ObjectMessage. Overview and Related Methods and Interfaces. Interface Definition. Methods. 34. Queue. Overview and Related Methods and Interfaces. Interface Definition. Methods. 35. QueueBrowser. Overview and Related Methods and Interfaces. Interface Definition. Methods. 36. QueueConnection. Overview and Related Interfaces. Interface Definition. Methods. 37. QueueConnectionFactory. Overview and Related Interfaces. Interface Definition. Methods. 38. QueueReceiver. Overview and Related Interfaces. Interface Definition. Methods. 39. QueueRequestor. Overview and Related Interfaces. Class Definition. Constructor. Methods. 40. QueueSender. Overview and Related Methods and Interfaces. Interface Definition. Methods. 41. QueueSession. Overview and Related Methods and Interfaces. Interface Definition. Methods. 42. ResourceAllocationException. Overview. Class Definition. Constructors. 43. Session. Overview and Related Interfaces. Interface Definition. Fields. Methods. 44. StreamMessage. Overview and Related Methods and Interfaces. Interface Definition. Method. 45. TemporaryQueue. Overview and Related Methods and Interfaces. Interface Definition. Methods. 46. TemporaryTopic. Overview and Related Methods and Interfaces. Interface Definition. Methods. @CHAPTER 47. TextMessage. Overview and Related Methods and Interfaces. Interface Definition. Methods. 48. Topic. Overview and Related Methods and Interfaces. Interface Definition. Methods. 49. TopicConnection. Overview and Related Interfaces. Interface Definition. Methods. 50. TopicConnectionFactory. Overview and Related Interfaces. Interface Definition. Methods. 51. TopicPublisher. Overview and Related Method. Interface Definition. Methods. 52. TopicRequestor. Overview and Related Interface. Class Definition. Constructor. Methods. 53. TopicSession. Overview and Related Methods and Interfaces. Interface Definition. Methods. 54. TopicSubscriber. Overview and Related Methods and Interfaces. Interface Definition. Methods. 55. TransactionInProgressException. Overview. Class Definition. Constructors. 56. TransactionRolledBackException. Overview. Class Definition. Constructors. Appendix A: JMS Client Examples. Durable Subscriptions. Transactions. Acknowledgment Modes. Utility Class. Glossary. Index. 0201784726T0213200


Best Seller

| | See All


Product Details
  • ISBN-13: 9780201784725
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Addison Wesley
  • Depth: 25
  • Language: English
  • Returnable: Y
  • Spine Width: 23 mm
  • Weight: 930 gr
  • ISBN-10: 0201784726
  • Publisher Date: 06 Mar 2002
  • Binding: Paperback
  • Height: 188 mm
  • No of Pages: 544
  • Series Title: Java (Addison-Wesley)
  • Sub Title: Messaging for the J2EE? Platform
  • Width: 235 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Java? Message Service API Tutorial and Reference: Messaging for the J2EE? Platform(Java (Addison-Wesley))
Pearson Education (US) -
Java? Message Service API Tutorial and Reference: Messaging for the J2EE? Platform(Java (Addison-Wesley))
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Java? Message Service API Tutorial and Reference: Messaging for the J2EE? Platform(Java (Addison-Wesley))

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    | | See All


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA