Spring Integration Extension for JGroups
========================================
The JGroups extension for Spring Integration project includes *Inbound-* and *Outbound Channel Adapters* and JGroups channel configuration helper factory classes.
## JGroups cluster
With this extension you can easily start JGroups cluster/group, providing
cluster/group name and JGroups configuration.
### Example
~~~~~xml
~~~~~
This example starts new JGroups cluster, named mygroup and with configuration loaded from udp.xml.
## Inbound channel adapter
Inbound channel adapter is used to receive messages sent to the group. It expects
user to provide reference to the JGroups cluster object. You can also supply
optional reference to custom JGroups header mapper.
### Example
~~~~~xml
~~~~~
## Outbound channel adapter
Outbound channel adapter is used to send messages to a group. It expects
user to provide reference to the JGroups cluster object. You can also supply
optional reference to custom JGroups header mapper.
### Example:
~~~~~xml
~~~~~
## Build
For build instructions visit [Spring Integration on GitHub](https://github.com/SpringSource/spring-integration).