RequestOnewayBean
You use the RequestOnewayBeanmodule to convert an inbound message to an asynchronous message.
You use the module in a sync/async bridge for sender and receiver channels.
● You have configured a communication channel and are on the Module tab page in change mode.
● If you are using the module in a sender adapter, it sends the asynchronous message to the messaging system.
● If you are using the module in a receiver adapter, it sends the asynchronous message to a receiver.
● If you configure the module in passThrough mode, it forwards the message to the adapter modules.
● Enter the module name AF_Modules/RequestOnewayBean before the module name of the adapter.
● The module type is Local Enterprise Bean.
● The default module key is displayed.
Parameter Name |
Sender Adapter |
Receiver Adapter |
passThrough |
If you want the module to forward the message to the next module in the module chain, enter true. If you want the module to call the messaging system, enter false (default value). |
If you want the module to forward the message to the next module in the module chain, enter true. |
receiverParty |
- |
Specify the receiver party. If you do not set this parameter, the information is taken from the message header of the message. This information determines the receiver channel. |
receiverService |
- |
Specify the receiver service. If you do not set this parameter, the information is taken from the message header of the message. This information determines the receiver channel. |
receiverChannel |
- |
Specify the receiver channel. If you do not set this parameter, the system searches for the collaboration agreement corresponding to the information from the message header of the message. This information determines the receiver channel. |
adapterType |
- |
Specify the adapter type. This information determines the receiver channel. |
adapterNamespace |
- |
Enter the adapter namespace. This information determines the receiver channel. |