[ openjms-Bugs-865685 ] Request JmsServer(Configuration) constructor
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.comp.java.openjms.devel |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #865685, was opened at 2003-12-25 06:19
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=865685&group_id=54559
Category: server
Group: CVS
Status: Open
Resolution: None
Priority: 5
Submitted By: Nathan Meyers (nathanmeyers)
Assigned to: Nobody/Anonymous (nobody)
Summary: Request JmsServer(Configuration) constructor
Initial Comment:
This is a request to improve embeddability. I'd like to launch the server
with a Configuration object built by means other than reading
openjms.xml. This could be easily solved with an additional JmsServer
constructor and ConfigurationManager.setConfig() capable of taking
Configuration objects:
JmsServer.java:
public JmsServer(Configuration config) {
version();
// initialise the configuration manager
ConfigurationManager.setConfig(config);
_config = config;
}
ConfigurationManager.java:
public static synchronized void setConfig(Configuration config) {
_config = config;
}
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=865685&group_id=54559
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click