Is this code still valid for topic/queue creation via
URL ?
//These are samples, not available in the example
code.
String method = "createTopic";
String destName = "myCreated";
String action = "action=" + method + "?action=" +
method +
"¶m0%2Bjava.lang.String=" + destName;
String arg =
"/InvokeAction//JBossMQ%3Aservice%3DServer" + "/" +
action;
URL url = new URL("http", "localhost", 8082, arg);
//Invoke the URL
HttpURLConnection con =
(HttpURLConnection)url.openConnection();
con.connect();
thanks,
ionel
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Yahoo! Mail : http://fr.mail.yahoo.com
-------------------------------------------------------
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
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user