Only on if you have Sun's html adapter deployed. For 3.x you'll have to change JBossMQ to jboss.mq
3.x uses http://localhost:8080/jmx-console Regards, Adrian On Tue, 2003-12-23 at 14:12, Ionel GARDAIS wrote: > 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 -- xxxxxxxxxxxxxxxxxxxxxxxx Adrian Brock Director of Support Back Office JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ------------------------------------------------------- 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_id78&alloc_id371&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
