Hi,
I have tried out the web samples. Is there anyway to configure the bundled
jetty server to support REST, as described
http://activemq.apache.org/rest.html here ? I mean, do I just add a web.xml
into the activemq/conf ?
Actually the confusion was that we were trying to implement a mod_perl
Have you tried using the web samples? Its got some simple HTML links
so your web browser using HTML forms can post a message to a queue and
receive one from a queue etc? Maybe best to start there?
On 6/28/07, Sandeep Chayapathi <[EMAIL PROTECTED]> wrote:
sure, I would like to contribute to the
sure, I would like to contribute to the community by documenting the REST
api.
However I don't know where to start on the REST stuff. I have tried to
follow the code but I can't figure out how to subscribe and get messages via
REST. I have looked at the http://activemq.apache.org/rest.html REST
On 6/28/07, Sandeep Chayapathi <[EMAIL PROTECTED]> wrote:
Hi all,
Recently I started trying out accessing messages via the REST protocol. I
have successfully setup a network transport for http on port 8080 and I can
see the jetty webserver responding to queries.
However I have hit a roadblock