cancel
Showing results for 
Search instead for 
Did you mean: 

JMS sender adapter issue for encrypted message

former_member192238
Participant
0 Kudos

Hello Folks,

We have JMS to AS2 interface facing issues when JMS sender channel read the encrypted files placed in MQ queue, messages size is
increasing to almost double when it reaches PI.

When sending an encrypted message from MQ to AS2, message is showing in success flag but inbound file size is increasing almost double the size, when compared to message size placed in the MQ Queue. When partner is decrypting the message he is getting total garbage values. But it working fine for unencrypted messages,we are getting the same size as it is in MQ queue.

Can you please trrough some light on the issue not getting excatly issue is in MQ or JMS sender adapter.

Kind Regards

Praveen Reddy

Accepted Solutions (0)

Answers (1)

Answers (1)

Harish
Active Contributor
0 Kudos

Hi Praveen,

the issue seems to be with your encryption/decryption mechanism rather then JMS adapter. if you have encrypted file in JMS queue then channel only pick the file and sent to target (i am assuming there is no tranformation). So it will not alter the file size.

Please check how the file is encrypted before it places in JMS queue.

regards,

Harish