I've posted this a few times in the past but still looking for an answer.
So how does one create queues remotely using the host:8080/jmx-console
in 3.0.1 ... whereas before I used the following code on host:8082 (in
2.4.4) to do dynamic queue creation remotely and of course now get
'Connection Refused' errors since this no longer works on 8082 in 3.0.1.
Here's what I had to do in 2.4.4 and am looking for it's equal in 3.0.1.
--- snip ---
String action =
"action=createQueue?action=createQueue�m0%2Bjava.lang.String=myQueue";
String arg = "/InvokeAction//JBossMQ%3Aservice%3DServer/" + action;
try {
URL url = new URL("http", "myMachine", 8082, arg);
HttpURLConnection urlConn = (HttpURLConnection)url.openConnection();
urlConn.connect();
...
Any help much appreciated.
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user