<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 11/04/2013 05:04 PM, Subrahmanyam
      Ongole wrote:<br>
    </div>
    <blockquote
cite="mid:CAKJ+C_rYuRh2pUMFjyiW_TSYgbeyi+KK28DTFCFrzwtG7QJ9EA@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi
        <div><br>
        </div>
        <div style="">I have a node.js application which needs to
          communicate with openstack modules. Is there a reference
          implementation of RPC cast() and call() over amqp? I looked at
          rpc-amqp module which doesn't seem to support cast(). </div>
        <div style=""><br>
        </div>
        <div style="">Thanks for your help.</div>
        <div style=""><br>
        </div>
      </div>
    </blockquote>
    <br>
    Subra,<br>
    <br>
    The RPC API is meant to be internal.<br>
    <br>
    Why not use the REST APIs?  Plenty of infrastructure exists to work
    with rest apis in varoius languages/framewroks.  For example, heat
    doesn't circumvent the REST APIs of OpenStack services and
    communicate with nova directly, but uses the nova rest API.  Why
    would an application that is not integrated into OpenStack behave
    this way when those that are Integrated use rest APIs direclty?<br>
    <br>
    Regards<br>
    -steve<br>
    <br>
    <blockquote
cite="mid:CAKJ+C_rYuRh2pUMFjyiW_TSYgbeyi+KK28DTFCFrzwtG7QJ9EA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div style="">Regards</div>
        <div style="">Subra </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
OpenStack-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a>
<a class="moz-txt-link-freetext" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>