|
Summary: How to specify a username and password when creating the JMS connection.
OverviewTo 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)
Add Comment