Book Image

JBoss ESB Beginner's Guide

By : Len DiMaggio, Kevin Conner, Magesh Kumar B, Tom Cunningham
Book Image

JBoss ESB Beginner's Guide

By: Len DiMaggio, Kevin Conner, Magesh Kumar B, Tom Cunningham

Overview of this book

<p>You may often have wondered if there is a better way to integrate disparate applications than error-prone "glue code". JBoss ESB is just that solution as it can help solve common but difficult problems: writing new code that can be re-used and maintained, and integrating together new and old systems. JBoss ESB takes care of routing and processing service requests, leaving you to concentrate on your system's design and development.</p> <p>The JBoss ESB Beginner’s Guide gets you up and running quickly with JBoss ESB to build your own service-based applications, with enhanced communication and organization. You will learn how to create new applications or to integrate combinations of new and legacy applications. Detailed examples get you creating your own services, and deploying and administering them with other JBoss Open Source tools.</p> <p>Through hands-on examples, this book shows you how JBoss ESB enables you to design your system as services that are loosely coupled together by sending and receiving messages. Your services can execute your own custom code, or make use of JBoss ESB’s extensive set of out-of-the-box actions to perform specific tasks. The JBoss ESB Beginner’s Guide shows you the tools you can use to build re-usable and maintainable service-based applications with JBoss ESB, and teaches you by example how to use these tools.</p>
Table of Contents (18 chapters)
JBoss ESB
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Prologue—the need for an ESB
Preface
Index

Time for action – looking at EPRs


Now, let's take a look inside the registry to understand what is happening here.

  1. Start by going to http://localhost:8080/jmx-console.

  2. In the console, select the database=juddiDB,service=Hypersonic service:

  3. When the Database MBean properties are displayed, select the StartDatabaseManager operation and press the Invoke button:

  4. Type the following query into the textbox, and click on Execute SQL:

  5. The previous query shows the names of the services that are registered by JBoss ESB. If we want to see the EPRs related to the services, we can type the following query into te textbox, and click on Execute SQL:

What you see here are two EPRs that are registered by default by JBoss ESB, one relating to the CallbackQueue and the other for the DeadMessageQueue.