view mod_component_roundrobin.wiki @ 431:0bf555b3a3fa

mod_block_registrations: block_registrations_matching, not _patterns
author Kim Alvefur <zash@zash.se>
date Thu, 06 Mar 2014 01:39:31 +0100
parents 1cc57962610c
children
line wrap: on
line source

#summary Component round-robin load balancing module

= Introduction =

This module enables multiple instances of external components to connect at the same time, and does round-robin load-balancing of incoming stanzas.

= Example =

{{{
	Component "test.example.com"
		modules_enabled = { "component_roundrobin" }
		-- Other component options such as secrets here
}}}