Version 1

    I have setup horentq with rest based hornetq rest manual (http://docs.jboss.org/hornetq/2.3.0.beta1/docs/rest-manual/html_single/index.html). I can create queues,send message and consume messages using jms queues/topics. But when i try to consume the a message for a queue created using horenq core API via RESt pull-consumers i get 503 http response.I had created a static queue by adding the following xml to horentq-configuration.xml

     

    <queues> <queue name="staticQ1"><address> adressA1</address></queue></queues>

     

    When i query for the queue created (staticQ1) I get uris for creating messages,pull & consumer urls.When I post from consumer url i get 503 service unavailable

     

    Does horentq-rest support only jms but not core api rest functionality ? If it support core api via rest,how do you create destinations for core api using REST ?

     

     

    Prem