cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Reciever Adapter module pool parameters..

Former Member
0 Kudos

Hi Experts,

Scenario is:

Flat file message(Mq Queue) -> PI -> XML Message (Mq Queue)

We are using JMS adapters to talk to MQ queues. In the Sender JMS Adapter we have specfied the modules in below sequence along with module pool parameters which accepts the flat file message and converts to equivalent XML message.

SAP XI JMS Adapter/ConvertJMSMessageToBinary L convert_JMS2Bin

SAP XI JMS Adapter/ConvertBinaryToXMBMessage L convert_Bin2XI

AF_Modules/MessageTransformBean L Plain2XML

CallSapAdapter L call_AF_MS

Reciever JMS Adapter modules specified in sequence (by default):

SAP XI JMS Adapter/ConvertMessageToBinary L convert_XI2Bin

SAP XI JMS Adapter/SendBinarytoXIJMSService L exit

No module parameters were specified.

Now the JMS reciver adapter is sending the same Flat file message onto the receiver queue. Do we need to include any modules/module parameters in the Receiver JMS Adapter to convert into XML Message? Am I missing anything.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Ramani,

Are you using file content converion in JMS receiver communication channel?? if Content conversion not required then try to remove modules and tets once.

in this case you can send message in the form of XML.

Regards,

Raj

Former Member
0 Kudos

Hi,

We are not using any content conversion parameters in the Receiver JMS Adapter. Only the default ones displayed below were been used.

SAP XI JMS Adapter/ConvertMessageToBinary L convert_XI2Bin

SAP XI JMS Adapter/SendBinarytoXIJMSService L exit

Not sure if we need to specify any more modules.

Thnx

former_member206760
Active Contributor
0 Kudos

no more extra modules are required if u do not want FCC on the receiver MS channel

Answers (1)

Answers (1)

Former Member
0 Kudos

answered