Hi kimmking:
   I could access the urls you provider in my chrome browser, they give me
correct responses. However, I write a sample c# program to access these uri
, I get "403 forbidden" error. I think I should "log in" in my program , as
I log in to hawtio in my browser. How can I do that in c#? I try the
following way:

        NetworkCredential nc = new NetworkCredential("user", "password");
        request.Credentials = nc;
However it did not work. Thanks for your patience and help!




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/How-can-I-call-REST-API-for-brokerMbean-getQueues-and-queueViewMbean-removeMatchingMessage-java-lang-tp4677762p4677776.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to