Can not access REST Management API from C# code, but it used to work for me

2014-03-27 Thread HellKnight
Hi all : I wrote a simple C# program, it calls REST Management API to delete batch of messages from ActiveMQ.It used to work fine,but my colleague found that it did not work today. We simply catch an “execution timeout” exception while calling the REST API. Then I create a jolokia URL that

Re: how can I call REST management API in c# ?

2014-02-10 Thread HellKnight
Hi kimm. Thanks very much for quick reply. I have two further problems: first, I can not find any documentation about REST management api, I think there should be a list of available apis , and the convention to call them, at the very least, how to send api parameters and how to receive return

how can I call REST management API in c# ?

2014-02-10 Thread kimmking
Rest api is a cross-platform approach for java\c# or others. You can create a text http request by WebRequest to send a command and parse the response text to get the result. -- View this message in context: http://activemq.2283324.n4.nabble.com/how-can-I-call-REST-management-API-in-c

how can I call REST management API in c# ?

2014-02-10 Thread HellKnight
with version 5.8 we provide a REST management API for the broker. Using Jolokia JMX-HTTP bridge it's possible to access all broker metrics (like memory usage) and execute management operations (like purging queues) using REST API" Now I am using ActivemQ 5.9 and NMS 1.6.1. How can I call

Re: Rest Management API

2012-12-29 Thread Dejan Bosanac
Thanks Christian. The shape of the things to come in 2013 :) Regards -- Dejan Bosanac -- Red Hat, Inc. FuseSource is now part of Red Hat dbosa...@redhat.com Twitter: @dejanb Blog: http://sensatic.net ActiveMQ in Action: http://www.manning.com/snyder/ On Sat, Dec 29, 2012 at

Re: Rest Management API

2012-12-28 Thread Christian Posta
Looks awesome Dejan nice work! Will be very useful. On Friday, December 28, 2012, Dejan Bosanac wrote: > Hi all, > > I updated a bit a documentation around REST API and web examples to > reflect changes that will come in 5.8. Incidentally, I documented the > new REST broker management API > > > h

Rest Management API

2012-12-28 Thread Dejan Bosanac
Hi all, I updated a bit a documentation around REST API and web examples to reflect changes that will come in 5.8. Incidentally, I documented the new REST broker management API https://cwiki.apache.org/confluence/display/ACTIVEMQ/REST#REST-RestManagement which I think can be interesting to folks