[ openjms-Feature Requests-893153 ] documentation for security feature

"SourceForge.net" <[email protected]>
Newsgroups gmane.comp.java.openjms.devel
Message-ID <[email protected]>
Feature Requests item #893153, was opened at 2004-02-09 01:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474139&aid=893153&group_id=54559

Category: enhancement
Group: None
Status: Open
Priority: 5
Submitted By: Karsten Voges (karsten_voges)
Assigned to: Jim Alateras (jalateras)
Summary: documentation for security feature

Initial Comment:
Since I missed the description on the website I got the
following
proposal:
Inserting the following into
http://openjms.sourceforge.net/usersguide/connectors.html
-----------------------
To use the security feature
(http://openjms.sourceforge.net/config/security.html)
of OpenJMS create the connections with the
user/password settings you specified in the OpenJMS.xml.

//load the properties, including the user and password
properties.load(new FileInputStream(JMS_PROPERTIES_FILE));
String user = properties.getProperty("jms.myuser");
String password = properties.getProperty("jms.mypassword");
[...]
TopicConnection topicCon =
topicConnectionFactory.createTopicConnection(user,
password); [...] JmsAdminServerIfc admin =
AdminConnectionFactory.create(url, user,
password);
------------------------
And link to it from the
http://openjms.sourceforge.net/config/security.html page.
there should also be a link to the new shutting down
with user and password
(http://openjms.sourceforge.net/adminguide/running.html)

Thx.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474139&aid=893153&group_id=54559


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.