cancel
Showing results for 
Search instead for 
Did you mean: 

JMS--> XI Delivery Acknowledgment?

SD78
Explorer
0 Kudos

Hello together,

I have a question:

What do this setting (XI Delivery Acknowledgment)?

SAP Help:

Return XI Delivery Acknowledgment (Adapter Is Endpoint)

If the JMS receiver is an application, the JMS adapter should return a delivery acknowledgment. Set the indicator.

In my scenario the jms adapter is connected to mq queue.

Can I use also this setting for acknowledgment between adapter framework and xi runtime.

Because my problem is:

In the transaction sxmb_moni all message are successful processed, but in the message monitoring on the adapter engine is a system error.

How can display this error also in the sxmb_moni?

Bye

Stefan

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

> What do this setting (XI Delivery Acknowledgment)?

>

> SAP Help:

> Return XI Delivery Acknowledgment (Adapter Is Endpoint)

> If the JMS receiver is an application, the JMS adapter should return a delivery

> acknowledgment. Set the indicator.

This means that the JMS will return an application ack (instead of a system ack) when the message is processed successfully. This is useful when the sender of the messages is an IDoc.

> Because my problem is:

> In the transaction sxmb_moni all message are successful processed, but in the

> message monitoring on the adapter engine is a system error.

The monitoring of IS and AE are separate. So you cannot see the error of AE in SXMB_MONI

> How can display this error also in the sxmb_moni?

Watch the monitoring in the RWB. This offers an integrated view.

Regards

Stefan