1 Reply Latest reply on Mar 26, 2013 1:30 PM by jbertram

    How to create a queue from a remote client

    rogereddy

      I want to allow rest clients to create queues in the same way that they can register for push:

       

      <push-registration>

           <link href="http://somewhere.com/rest/consumer" type="application/json" method="POST"/>

      </push-registration>

       

      Is there something like:

       

      <queue-creation>

      ...

      </queue-creation>