Top "Failover" questions

The automatic switching to a redundant or standby computer server, system, hardware component or network upon the failure or abnormal termination of the previously active application, server, system, hardware component, or network.

How to make RabbitMQ queues failover?

RabbitMQ supports clustering by default, but queues aren't replicated and are bound to the node on which they're created. I'm …

failover rabbitmq amqp
httpd mod_proxy_balancer failover failonstatus - transparent switching

I am using mod_proxy_balancer to manage failover of backend servers. Backend servers may return an error code instead …

apache reverse-proxy mod-proxy failover mod-proxy-balancer
Spring Batch - Clustered Environment - Failover mechanism

Question: What is the failover strategy that spring batch supports best? Resource usage, failover mechanism have to be focussed on. …

java spring ftp spring-batch failover
How to handle Activemq's max frame size exception with failover transport

I am developing an application that uses activemq to exchange messages, some so big that I want to cancel then. …

java jms activemq spring-jms failover
How to specify port in JDBC connection URL for failoverPartner server in SQL Server

I'm trying to add a server as a failover for SQL Server and it is not using the port 1443, I'm …

java sql-server jdbc failover database-mirroring
Mirroring vs. Log Shipping in Sql Server 2005

I'm interested in hearing people's thoughts about the pros and cons of database mirroring vs. log shipping in this scenario: …

sql-server-2005 failover mirroring log-shipping
Redis failover with StackExchange / Sentinel from C#

We're currently using Redis 2.8.4 and StackExchange.Redis (and loving it) but don't have any sort of protection against hardware failures …

c# redis failover sentinel stackexchange.redis
Azure Traffic Manager SSL Setup (not classic)

I have an Azure API App Service that I want to configure "priority" traffic management for (this is the new …

azure https dns failover azure-traffic-manager
Deploying a high availability Postresql 9.0 on Amazon EC2 with PGPool-ii

We have an existing web application that uses Postgresql 9.0 and PGPool-ii. I am thinking of migrating our infrastructore to Amazon …

postgresql amazon-ec2 failover pgpool
Using SignalR with Redis messagebus failover using BookSleeve's ConnectionUtils.Connect()

I am trying to create a Redis message bus failover scenario with a SignalR app. At first, we tried a …

c# signalr failover booksleeve