SourceForge.net
2004-02-09 01:39:04 UTC
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
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