Xbus 2 Xbus =========== Xbus2Xbus provides a consumer ``xbus2xbus-consumer`` that will emit the received envelopes in another xbus instance. The consumer will successfully end if and only if the emission is a success. The downstream process state is completely ignored. Settings: **target-client-config** A path to a xbus client configuration file that connects to the downside Xbus. The file must containt at leat one emitter. **target-emitter** The name of the emitter that will be used to emit in the downside Xbus. It must be attached to the client passed as **target-client-config**. **copy-envelope-id** If false, a new ID is generated for the emitted envelope. The event ids are always copied. Default: true