Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Oracle Service Bus 11g Development Cookbook

You're reading from  Oracle Service Bus 11g Development Cookbook

Product type Book
Published in Jan 2012
Publisher Packt
ISBN-13 9781849684446
Pages 522 pages
Edition 1st Edition
Languages

Table of Contents (19) Chapters

Oracle Service Bus 11g Development Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Creating a basic OSB service Working Efficiently with OSB Artifacts in Eclipse OEPE Messaging with JMS Transport Using EJB and JEJB transport Using HTTP Transport Using File and Email Transports Communicating with the Database Communicating with SOA Suite Communication, Flow Control, and Message Processing Reliable Communication with the OSB Handling Message-level Security Requirements Handling Transport-level Security Requirements Index

Working with global transactions and quality of service


This recipe will show the different error scenarios, which we can have with XA and non XA enabled resources and how QoS can influence this.

Getting ready

For this recipe, we will use a setup with three queues from the standard environment, a proxy service that consumes messages from a JMS queue, and a business service that sends th messages to another JMS queue:

You can import the OSB project into Eclipse from \chapter-10\getting-ready\working-with-global-transactions-and-qos.

How to do it...

First, we will show you the behaviour of the service without a global transaction.

In Eclipse OEPE, perform the following steps:

  1. Navigate to the proxy service JMSConsumer.

  2. Navigate to the Transport tab.

  3. Change the Endpoint URI to use the non-XA JMS Connection Factory : jms://[OSBServer]:[Port]/weblogic.jms.ConnectionFactory/jms.SourceQueue

  4. Navigate to the Message Flow tab.

  5. The message flow contains a Pipeline Pair node and a Route node with a Routing action...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}