<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><div><br></div>Dear all,<div><br></div><div>I know that faafo ( <a href="https://opendev.org/openstack/faafo">https://opendev.org/openstack/faafo</a> ) is no longer being maintained, but I still use it  to present some service deployment in my teaching about cloud systems.</div><div><br></div><div>The application still runs nicely in Ubuntu1804, but I tried to configure the RabbitMQ queue to be created in the publisher (Service API), instead of in the consumers (Service Worker), but I failed. My intention was to show that messages could be published in the queue without any workers having been deployed yet.</div><div><br></div><div>I thought adding a "maybe_declare" statement in the publisher  "would do the trick":</div><div><br></div><div><a href="https://github.com/jmaransay/faafo/blob/478428f11d92cc22d1be396afec3c787136d35f7/faafo/api/service.py#L135">https://github.com/jmaransay/faafo/blob/478428f11d92cc22d1be396afec3c787136d35f7/faafo/api/service.py#L135</a><br></div><div><br></div><div>But still the message queue is only created when the first worker machine is deployed.</div><div><br></div><div>Does anybody still have some clue about why the application was configured like that, or how the queue could be created in the publisher?</div><div><br></div><div>Any hints would be highly appreciated, thank you very much in advance,</div><div><br></div><div>Jesús</div><div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Jesús María Aransay Azofra<br>Universidad de La Rioja<br>Dpto. de Matemáticas y Computación<br>tlf.: (+34) 941299438 fax: (+34) 941299460<br>mail: <a href="mailto:jesus-maria.aransay@unirioja.es" target="_blank">jesus-maria.aransay@unirioja.es</a><br>web: <a href="http://www.unirioja.es/cu/jearansa" target="_blank">http://www.unirioja.es/cu/jearansa</a><br><span>Edificio Científico Tecnológico-CCT, c/ Madre de Dios, 53 26006, Logroño</span>, España</div></div></div></div></div>