cancel
Showing results for 
Search instead for 
Did you mean: 

How to findout QoS

Former Member
0 Kudos

Hi,

I have several interfaces there i need to list out the Quality Of Service for each interface.

Pls. suggest how to find out that.

Regards,

Yeswanth

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Go to SXMB_MONI,

Query For your message or Sender _ Receiver Combination.

Go to the SOAP header ( which is diaplyed )

Go to reliable messaging.

This Should be visible.

Reward Points of useful

Regards,

Abhishek

Answers (5)

Answers (5)

Former Member
0 Kudos
pradeep_nellore
Participant
0 Kudos

Generally synchronous means QoS must be BE.

Thanks

--Pradeep

Former Member
0 Kudos

Hi,

Thanks for your suggestions.

but, can you tell me the each adapter particular to BE,EO and EOIO.

Please list the adapters to which QOS.

Regards,

Yeswanth.

Former Member
0 Kudos

Hi,

Normally, if the scenario is Sync means we use Best Effort

If it is Async means Either we use EO or EOIO

EO is used to deliver the message with out waiting for any response back from the receiver application.

This will not bother abt the first sent message and will immediately send the second message with out waiting for the receiver application status

EOIO is used for to deliver the message one after another to target application in a sequense, once the first sent message is processed successfully only, the second message will be processed

Regards

Seshagiri

Former Member
0 Kudos

HI

check the below link to find the properties of all adapters(search there for QOS)

http://help.sap.com/saphelp_nw70/helpdata/EN/96/791c42375d5033e10000000a155106/frameset.htm

regards

kummari

Former Member
0 Kudos

Hi,

Open each and every Interface' Communication channel in ID

In CC-Processing TAB-Quality Of Service

Find out which Quality of Service is selected for it.

based on that you can say which QOS is it is.

Regards

Seshagiri

Former Member
0 Kudos

Hi Seshagiri,

but, for eg., my scenario is RFC to JMS

here we don't mention the QoS.

in this case how can i list this interface is related to BE, EO or EOIO.

Can you please suggest me that how to findout the way

Regards,

Yeswanth.

Former Member
0 Kudos

Hi,

>>my scenario is RFC to JMS,in this case how can i list this interface is related to BE, EO or EOIO

Here by default nature,RFC is the Synchronous Interface.So the Qos will be internally BE only.

Regards

Seshagiri

Former Member
0 Kudos

Quality of Service means which kind of service sender wants to associate with the message. The sender has to mention whether the message should received to receiver exactly once or EO but in specified order or in Best Effort. Accordingly XI puts those messages in queueand XI executes them as instructed in Sender Adapter.

The QoS is based on queues and the settings can be found in the sender adapter configuration, under "Processing Parameters".

For EOIO, during configuration, you can give a unique queue name of your own. For EO, XI will used one of its own queues.

FIFO can be done using EOIO (Exactly Once In Order).

Best Effort --> Used for Synchronous Calls.

EO and EOIO --> Asynchronous Calls.

EOIO --> Asynchronous with Sequential Processing Guranteed.

regards

kummari