JMS Container Configuration

  GigaSpaces 5.X

Documentation Home
Quick Start Guide
Release Notes

Previous release

  Search Here
Searching GigaSpaces Platform 5.X Documentation

                                               

Summary: The container configuration file has several tags related to JMS, nested under <directory_services> / <jms_services>.

Overview

The container configuration file has several tags related to JMS, nested under <directory_services> / <jms_services>. These are shown and described below.
You only need to set JMS parameters for the configuration file of the container that holds the space which contains the JMS destinations. This container should be referenced in all bonded names (and optionally, in the space URL) in the client configuration file.
To specify the External JNDI properties that the JMS Administrated Objects use to create a JNDI InitialContext, create a file called jndi.properties that contains your JNDI provider's configuration properties and add the directory that contains the file to your classpath.
For example, if you are using WebLogic 8.1 as your JNDI provider, your jndi.properties file would contain:

java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory
java.naming.provider.url=t3://localhost:7001
java.naming.security.principal=system
java.naming.security.credentials=weblogic
A default jndi.properties file already exists, with default values, in the <GigaSpaces ROOT>/config/jms folder.

Wiki Content Tree


Your Feedback Needed!

We need your help to improve this wiki site. If you have any suggestions or corrections, write to us at techw@gigaspaces.com. Please provide a link to the wiki page you are referring to.

Labels

 
(None)