> > > > A couple of quick questions... > > > > With the Java Client changes, will the client now always require a > > configuration file? [ I hope not :-) ] > > The client would only require a config file if you wanted to > configure options which would require a config file :-) Right > now, this would mean SSL, but it could mean other options > down the road. It should still be possible to get the client > running without a config file.
Applications, especailly in house ones, have enough configuration files as it is without requiring them to have yet another one for a messaging product. I personally try and get all my configuration into an RDBMS (if I've got one already) for example and avoid files but that does not work for all. I certainly don't mind files for server side config but the client is part of a bigger picture the less you dictate deployment to the user the better. What particular bit of SSL needs reference to a file? Can I not also just use strings as well in the ConnectionFactory so you get files and other sources of config? Files are fine for som3, but its good to give options for others. Finally, if I bind a connection factory into JNDI then files don't work. Regards, Colin.
