<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>