cancel
Showing results for 
Search instead for 
Did you mean: 

Change of QoS EO or BE in the xi and not from the Url

Former Member
0 Kudos

Hi

I have an http receiver communication channel an i would like to alter if the QoS is EO or BE the xi and not from the Url how can this be implemented ?

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hey

I m not really sure why you want to dynamically change the QoS,but the issue you might run into will be due to Message interface.

If receiver QoS is BE,then Inbound Message interface must be defined as Synchronous,but if QoS if EO then inbound message interface must be asynchronous.

Since you cant change mode of message interface dynamically,i don't think you should change mode dynamically.

If you know beforehand whether scenario will be sync or async,then you can define Message interface based upon that and also set QoS in adapter.

Thanx

Aamir

Former Member
0 Kudos

Hi,

It is a requirement to change the QoS dynamical base on the value of an element in the message .

Former Member
0 Kudos

This will not work,due to Mode of Message interface, create two separate inbound message interfaces(one async and one sync),and use conditonal receiver determination based upon the value.

You will have 1 receiver determination and two receivers,give the conditon there.

You need two receiver communication channel as well,one with QoS BE and second with QoS EO.

Thanx

Aamir

Former Member
0 Kudos

Thanks Aamir

This sounds very good to me , one more question , how can put QoS EO or BE in the Communication channel as constant

Thanks a lot

Antonis

Former Member
0 Kudos

Hey

QoS is given in the URL which you specify in Receiver communication channel.

http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/frameset.htm

It will be part of query string http://<hostname:port>/<path>?<query-string>.

Thanx

Aamir

Former Member
0 Kudos

Hi,

You can change it in the Receiver HTTP Communication channel level in XI----ID

In Parameters TAB---Qos

REgards

Seshagiri

former_member181962
Active Contributor
0 Kudos

In the adapter configuration, there is an optional parameter for Quality of service.

Try giving the QoS there:

Go here and find "Optional parameters"

http://help.sap.com/saphelp_nw04/helpdata/en/82/f4993c03e0cd37e10000000a11405a/content.htm

Regards,

Ravi