<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi,</p>
    <p>amqp_rpc_server.erl use the default options to create the queue
      used for the RPC.</p>
    <p>The queue attributes are as follows:</p>
    <p>-record('queue.declare', {ticket = 0, queue = &lt;&lt;""&gt;&gt;,
      passive = false, durable = false, exclusive = false, auto_delete =
      false, nowait = false, arguments = []}).</p>
    <p>This results in a non durable queue. Thus if the broker restarts,
      the queue will terminate and not be available on restart.</p>
    <p>The gen server process will remain alive and not terminate and
      rendering it unusable.</p>
    <p>Is the correct behaviour?</p>
    <p>Any help or advice shall be highly appreciated.</p>
    <p>Thanks in advance.<br>
    </p>
    <p>Cheers<br>
    </p>
    <div class="moz-signature">-- <br>
      <img src="cid:part1.03020906.08000101@econsys.co.za" border="0"></div>
  </body>
</html>