Hi Marco,<br><br>If you set the durable flag when you create a queue, it will persist even through a broker restart.<br><br>If you want to maintain queues, exchanges and bindings outside the scope of your application, you could try adding the BQL plugin (<a href="http://www.rabbitmq.com/rabbitmq-bql.html">http://www.rabbitmq.com/rabbitmq-bql.html</a>)<br>
<br>Cheers,<br>Paul.<br><br><div class="gmail_quote">On Sun, Feb 28, 2010 at 5:46 PM, Marco Mistroni <span dir="ltr">&lt;<a href="mailto:mmistroni@gmail.com">mmistroni@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>Hello all,<br>�is it possible to create queues on server that will not die at restart?<br>I wrote a basic rabbitmq client/server program in java, but i am getting tired of creating a queue every time the program starts.<br>

I&#39;d rather create a queue on server which i can use every single time..<br><br>Now i know the philosophy of RabbitMQ Is different from traditional IBM MQ, giving you more control over queues.. but <br>i guess every commercial RabbitMQ application will have a set of predefined queues/exchanges, to which clients can connect for<br>

producing or consuming messages..... rather than creating a queue every time the application starts up...<br><br>And i want to avoid to write a basic application that i run only once and that will create a durable queue......<br>

<br>Or am i missing the whole concept of AMQ<br>
<br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br>