Implements a JMS 'bridge', that is a message pipe between two destinations (local or remote). Each bridge uses a private, fail-safe and auto-retrying handler thread to copy messages from a source destination to a target destination.
A JMS Bridge behavior is defined using a BridgeDefinition descriptor.
@see BridgeDefinition
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|