ildfly-client-all.33.0.1.Final.source-code.relay.xsd Maven / Gradle / Ivy
Go to download
This artifact provides a single jar that contains all classes required to use remote EJB and JMS, including
all dependencies. It is intended for use by those not using maven, maven users should just import the EJB and
JMS BOM's instead (shaded JAR's cause lots of problems with maven, as it is very easy to inadvertently end up
with different versions on classes on the class path).
The definition of the bridges of a giben site. Bridges contain the configuration of bridge
cluster and its name. All endpoints (site masters) will join this bridge.
Manual definition of additional routes to be added to the routing table. 'To' defines the target
site (e.g. 'net.*') and 'gateway' the site to forward a message to any site starting with 'net'
to. E.g. if we have sites 'hf' - 'net1' - 'net2' - 'net3', then the routing table of 'hf' could
have a forwarding entry of "net.* -> net1". This means that all messages targetting a destination
site starting with 'net' need to be forwarded to site 'net1'. A message sent from 'hf' to 'net3'
will therefore be sent to 'net1' (which has another rule to forward the message to 'net2',
which forwards it to 'net3').
The name of the bridge. This is the cluster name that all endpoints (site masters) of the
bridge will join.
The configuration of the bridge cluster. Make sure this configuration is unique, to prevent
site masters from other bridges from inadvertently joining this bridge.
The target site(s) for which to forward requests. Can be a regular expression, e.g. 'net.*'
Defines sites to which to forward requests to if the sites are not directly connected to the current site
The target site (can be a regular expression)
The gateway site to which to forwards messages with a target site of 'to'
Configuration of multiple sites