Show TOC

Adding Modules in the JMS AdapterLocate this document in the navigation structure

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

  1. Insert your own modules before the CallSapAdaptermodule.

Adding Your Own Modules in the Receiver Adapter

  1. Insert your own modules before the ConvertMessageToBinary module.
  2. 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
      Note

      As of 710 SP 6, an additional and recommended method of setting the JMS Message Type is to add the following parameter name in the Additional Parameters table under the Advanced tab.

      JMS.Message.type with the value Text , bytes