cancel
Showing results for 
Search instead for 
Did you mean: 

Error log on jms adapter

Former Member
0 Kudos

Hi,

I have an XI 3.0 connected to an MQ via jms adapter in an Adapter Engine

I have this log when sending a message:

15:39:18 (3130): JMS message ID:414d51204d51584944573120202020207a07c64442701b00 sent successfully

15:39:18 (3140): Session commited

15:39:18 (3180): Se produjo un error java.io.IOException: Error during rendering: Missing mandatory element <sap:queueId> for quality of service EOIO

15:39:18 (3190): Session rolled back

I'm trying to discover the mandatory element.

Regards

Gonzalo

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

do you want to use Quality of Service = EOIO (sync message?)

if not change it to EO (exactly once)

in your adapter

Regards,

michal

Former Member
0 Kudos

Hello Michal,

Yes we need and we are using EOIO, and is not specified in SAP documentation to specify this parameter in the receiver JMS.

The thing is: Why is missing the mandatory element

<sap:queueId> for quality of service EOIO?

I really apreciate any help with this issue.

Thanks,

Regards,

Gonzalo