Hi Jedrek,
On Thu, Apr 17, 2014 at 5:10 PM, Jedrek Fulara <[email protected]> wrote: > Hello, > > I am using akka-camel (in scala) to connect to RabbitMQ. I would like to > make my app more robust, i.e. reconnect to the queue after connection > failures. However, when I switch my RabbitMQ server off, I do not get any > exception in my akka actor, I just stop receiving the messages. When I turn > the server on again, I don't start receiving messages again (thus, I reason > that akka-camel does not reconnect on its own). Is there a way to detect > that the queue is not available? > Is the Producer or Consumer actor not restarted or stopped? Regards, Patrik > > When I use a standard RabbitMQ client (in .NET, however), then I > immediately get an exception after shutting down the server. > > > regards, > Jedrek > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: > http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw JOIN US. REGISTER TODAY! <http://www.scaladays.org/> Scala <http://www.scaladays.org/> Days <http://www.scaladays.org/> June 16th-18th, <http://www.scaladays.org/> Berlin <http://www.scaladays.org/> -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
