cancel
Showing results for 
Search instead for 
Did you mean: 

http_aae to use as asynchronous

former_member183906
Active Contributor
0 Kudos

hi

i am using http_aae on PI 7.4

scenario is HTTP to file. So Async scenario.

wen PI is receiving HTTP request ,it goes and generates a file. But,its expecting a response message too.

So, In message monitor 2 messages r generated - 1 for request message which is success,another response message is genrated which fails as we dont have mapping for it.

how to make http_aae sender channel as asynchronous so that message does not come in message monitor for response ?

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi,

In addition to Harish, you should check that the Service Interface are asynchronous and in the URL request it is not being used the parameter QOS=BE.

Regards.

Answers (1)

Answers (1)

Harish
Active Contributor
0 Kudos

Hi,

I think the message 2 is ack message and you need to disable the system ack to stop the message 2.

regards,

Harish