Adding Modules in the JMS Adapter
Use
- The following modules are in the module processor for configuring the sender adapter:
- SAP XI JMS Adapter/ConvertJMSMessageToBinary
- SAP XI JMS Adapter/ConvertBinaryToXMBMessage
- CallSapAdapter
The modules are of type Local Enterprise Bean. They must be available.
- The following modules are in the module processor for configuring the receiver adapter:
- SAP XI JMS Adapter/ConvertMessageToBinary
- SAP XI JMS Adapter/SendBinarytoXIJMSService
The modules are of type Local Enterprise Bean. They must be available.
Procedure
Adding Your Own Modules in the Sender Adapter
- Insert your own modules before the CallSapAdaptermodule.
Adding Your Own Modules in the Receiver Adapter
- Insert your own modules before the ConvertMessageToBinary module.
- You can set the following parameters for the module SendBinarytoXIJMSService:
- modulePoolAdminLookupName with value Name of XI JMS Service in JNDI/XIJMSService
- JMSMessageType with the value Text, bytes