With the ever growing business needs, today’s companies need their web applications to be robust and highly scalable. Before deploying the JMS resources in production environment, companies do performance testing. This post provides a brief insight about how we can
Continue readingCategory: JMS
this category contains posts related to JMS
Unit Of Order with Distributed Destinations
The below post gives a good understanding of need of Unit Of Order with Distributed Destinations and ways to configure the same. Message Unit-of-Order is a WebLogic Server value-added feature that enables a stand-alone message producer, or a group of producers
Continue readingUniform Distributed Destinations (UDD) feature in WebLogic
The below post depicts a sample configuration of a Uniform Distributed Destination (Queue/ Topic) for the WebLogic JMS feature. A Distributed Destination represents a group of physical queues, or topics, whose members are hosted by JMS servers in a WebLogic
Continue readingWorking with JMS and the Standard Issues in JMS
Java Messaging Service acronymised as JMS is popular in both development and administration world. Different vendors have got different implementations for this JMS API. Oracle Weblogic Server implements this JMS for communication between two different weblogic server domains. This implementation
Continue readingWeblogic Foreign JMS Server Configuration With MQ Series
– Create a JMS server target it to the admin server as below: – Create a JMS module and add the resource Foreign Server as below: – Go to the ForeignServer-> Configuration-> General and edit it as below: JNDI Initial
Continue readingConfiguring SAF ( Store and Forward ) between two Weblogic Server Domains
Create two Domains – SAFSource localhost 7001 SAFDestination localhost 7003 Source Side Configuration 1. Create a persistent Store 2. Create a JMS Server and target it to Admin Server 3. Create a JMS System Module,
Continue reading