cancel
Showing results for 
Search instead for 
Did you mean: 

queue name when QOS is EOIO

Former Member
0 Kudos

Hi,

What is the queue name to be given when we choose the quality of service as EOIO

thanks

Anitha

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Abstrart from http://help.sap.com/saphelp_nw70/helpdata/EN/7b/94553b4d53273de10000000a114084/frameset.htm on EOIO.

Quality of Service EOIO

In this case, the queue names supplied by the application are used to determine the suffix of the sender, receiver, and inbound queues. This name must not be more than 16 characters long and it is added to the prefix of the queue name. You can use the following characters in the name: numbers (0-9); upper case letters (A-Z); underscores (_); and forward slashes (/).

Queue name from the application: APPQUEUENAME (maximum 16 characters)

Inbound queue name: XBQIAPPQUEUENAME

The name of the corresponding outbound queue is determined on the central Integration Server to bundle the messages according to receiver. This is done by using the name of the determined receiver. In this case the name of the application queue is used as well.

Receiver name: CLIENT_XYZ

Encrypted name: 3___

Outbound queue name: XBQO3___APPQUEUENAME (maximum of 24 characters)

Inbound messages with the same receiver are processed in the same sequence that they arrived. The messages are also sent in this sequence to their respective receivers; because they have the same queue name that was supplied by the application, they are placed in the same outbound queue.

If an error occurs in the processing, the incorrect message blocks the queue to preserve the processing order.

However, if the messages have different receivers, the sequence does not have to stay the same.

Cheers,

sunil.

Former Member
0 Kudos

Hi

If you are asking in context with the sender file adapter configuration and what to give for the queue name

when we specify QOS as EOIO(Exactly Once In Order):

Messages are delivered with the same queue names (supplied by the application) in the same sequence that they were sent from the sender system. Message processing is asynchronous in this case.

[reference|http://help.sap.com/saphelp_nw04/helpdata/en/41/b714fe5ffc11d5b3ea0050da403d6a/content.htm]

The queue names can be user defined, something understandable for latter use for monitoring.

Regards,

Srinivas

Former Member
0 Kudos

Hi

Give any queue name for example : "ABC". A queue with this name will be automatically created and your messages will go to that queue

Thanks

Pratichi