cancel
Showing results for 
Search instead for 
Did you mean: 

Queue ID for Receiver HTTP adapter

Former Member
0 Kudos

Hi,

How to set EOIO QueueID for Receiver http adapter?

Thanks for the help.

Thanks,

Gowri

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

As far as I know you never need a Queue ID for any receiver adapters including HTTP adapter.

Just make sure that the sending System , sender adapter sets the QOS as EOIO and the same is propogated to the HTTP adapter / Receiver adapter.

Regards

Bhavesh

Former Member
0 Kudos

Bhavesh,

I did not find any information either on queue ID for http receiver adapter.

I have a following asynchronous scenario

IDoc -> XI -> HTTP

If the http system is not accepting the messages, messages get blocked in the queue. I want to define a separate EOIO queue for this scenario so that they do not block the other messages in the queue.

Kindly advice.

Thanks,

Gowri

bhavesh_kantilal
Active Contributor
0 Kudos

Gowri,

This cannot be done at the HTTP adapter level.

One option though would be to look into the performance monitoring guide and check how you can set up separate Queue for this Idoc - XI - HTTP Interface alone. Habent tried this but it should surely be possible.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/423f5046-0a01-0010-2698-b2dc7c31...

Regards

Bhavesh

Former Member
0 Kudos

Bhavesh,

If I had used BPM for the scenario, I could be able to set the EOIO queue ID. Is that right?

Thanks,

Gowri

bhavesh_kantilal
Active Contributor
0 Kudos

Yep. From Sp 16 and above you can provide the QueueName in the Send Step and this would enable EOIO processing including a separate Queue for your scenario solving your current problem.

But this should not decide whether you need to use a BPM or not. The target application needs to be up and running at all times and XI cannot / should not me held responsible for messages getting stuck in the Queue coz the target system is down But I do agree Integration projects never work in a Ideal World

Regards

Bhavesh