cancel
Showing results for 
Search instead for 
Did you mean: 
SAP Community Downtime Scheduled for This Weekend

HTTPS sender is sync

rrmalgi
Participant
681

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
Product and Topic Expert
Product and Topic Expert

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