<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Never mind,<br>
    <br>
    solved by having every receiver create its own queue at startup and
    sending messages using defined rules common to everyone.<br>
    <br>
    Send is then done as:<br>
    <br>
    [...]<br>
    exchangeDeclare(..);<br>
    basicPublish(..);<br>
    <br>
    Of course sending before the receiver has spawned results in message
    loss.<br>
    <br>
    Thanks for your help anyway,<br>
    <br>
    cheers<br>
    <div class="moz-signature">-- <br>
      Dr. Stefano Ghio - ENG Engineering Italy<br>
      <br>
      Website: <a href="http://groglogs.blogspot.com/">http://groglogs.blogspot.com/</a><br>
      <br>
      <b>If you received this message but you are not its recipient,
        please ignore it and warn me, thank you.</b></div>
  </body>
</html>