cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS sender is sync

rrmalgi
Participant

Hi,

I wanted to clarify if HTTPS sender adapter is synchronous by default in SAP CPI. And is there a way to make it async?

Regards,

Malgi

Accepted Solutions (1)

Accepted Solutions (1)

sunny_kapoor
Advisor
Advisor

Hi rrmalgi,

Yes, HTTPS sender adapter is synchronous by default in SAP CPI.

You can configure the asynchronous messaging with retry using the JMS Adapter.

HTTPS -> JMS and then,

JMS -> [all other business logic]

Regards,

Sunny

Answers (1)

Answers (1)

kuznetsov_in2
Explorer
0 Kudos

Hi Malgi,

/http servlet + component is InOut only and cannot be configured. The option for InOnly is /cxf when RM is switched off.

rrmalgi
Participant
0 Kudos

Thanks @Ilya Kuznetsov