
Weblogic JMS Tutorials
In this tutorial, we are going to learn about JMS (Java Messaging Service) with the weblogic server. Before we proceed with the tutorial, Let`s go through some JMS definitions.
JMS (Java Messaging Service)
A message is a request that contains information needed to coordinate communication between different applications.
In other words, For sending the messages between the different Java clients the Java Message Service(JMS) uses a Java Message Oriented Middleware API.
Here is the list of the major components of the WebLogic JMS Server architecture.
JMS Server –> Hosts the modules and associated persistent store that reside on a WebLogic Server instance.
JMS modules –> Contains the resource configuration (such as queues, topics, and connections factories)
JMS Application –> Producer or a consumer.
JNDI (Java Naming and Directory Interface) –> JNDI provides the resource lookup facility.
Persistent Store –> File or JDBC store to store the persistent messages.
In coming lessons, we are going to learn on how to configure JMS resources in weblogic
server environment.
FIRST SAMPLE TUTORIAL:
In this section, we are going to learn on how to configure jms server in weblogic using the weblogic administration console.
1.Login to Administration Console, using the administrator username and password.
2.On left panel, look for Services –> Messaging –> JMS Servers
3.On Right Panel, Click NEW
4.On the next screen, fill the details as follows:
Name JMSServer-1 Persistent Store None
5.Click NEXT
6.Select Target managedserver1
7.Click Finish
8.Completed, Weblogic JMS Server configured successfully.
Now we did not configure the persistent store in this tutorial, as we are going to learn about how to configure the persistent store in next tutorial.
We need to create the second JMS server and target it to the second weblogic managed application server. Please follow the above steps to do so, and make sure not to have the same naming convention.
About the Author
Weblog Awards
|
|
soda weblog A5FEHWK0348N0YAGOBVL… |
|
|
soda weblog VW1F70SQ3SUMYJ0TZH4L… |
|
|
soda weblog 0K09X0W6T1CTHMJXT0C8… |
|
|
Blogging Made Simple: Powerful Strategies For Blogging Success! Blogging Made Simple is a powerful blogging guide. Learn from two of today’s best known bloggers who have built high-traffic blogs that support multiple streams of income and a growing list of avid followers. In Blogging Made Simple: Powerful Strategies For Blogging Success, you’ll learn the fundamentals of starting your own blog as well as step-by-step instructions on how to develop engaging cont… |
|
|
Professional WordPress (Wrox Programmer to Programmer) $24.00 An in-depth look at the internals of the WordPress system. As the most popular blogging and content management platform available today, WordPress is a powerful tool. This exciting book goes beyond the basics and delves into the heart of the WordPress system, offering overviews of the functional aspects of WordPress as well as plug-in and theme development.What is covered in this book?WordPress as… |
|
|
Abstract City $9.50 In July 2008, illustrator and designer Christoph Niemann began Abstract City, a visual blog for the New York Times. His posts were inspired by the desire to re-create simple and everyday observations and stories from his own life that everyone could relate to. In Niemann’s hands, mundane experiences such as riding the subway or trying to get a good night’s sleep were transformed into delightfu… |
Related Articles
No user responded in this post
Leave A Reply