JMS User Security

  GigaSpaces 5.X

Documentation Home
Quick Start Guide
Release Notes

Previous release

  Search Here
Searching GigaSpaces Platform 5.X Documentation

                                               

Summary: How to specify a username and password when creating the JMS connection.

Overview

To use the Enterprise Messaging Grid's security facilities, specify a user name and password when you create the connection, Two ways to do this appear below:

QueueConnection queueConnection =
qcf.createQueueConnection(username,password)

or,

TopicConnection topicConnection =
tcf.createTopicConnection(username,password)

In order to use for authentication, you must define a secure space with the same user/password.


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)