Can random queue name used in EOIO ?

Hi, Friends:
We have scenario: JMS -> PI 7.0 (SP13) -> ECC 6.0.
Since we need to maintain the order of the transactions, EOIO setting need to be enabled.
When enable EOIO in JMS sender, we specified random queue name saying "INT001" without registering the queue, it seems everything is working now.
The queue is created at runtime:
Inbound Queue: XBQ1INT001
Outbound Queue: XBQ05__INT001
Please share your experience / knowledge, is this will cause any problem in future ?
Thanks
Liang
Edited by: Liang Ji on Mar 11, 2008 5:51 PM

Hi, Khan and vijay:
Thanks for your inputs. I confirmed my thoughts
I close the thread !

Similar Messages

  • Queue name in QOS EOIO -Sender SOAP Adapter

    hi,
    While configuring sender soap adapter , if we specify EOIO as QOS , then there is a mandatory parameter Queue name to be specified.
    What is this Queue name ?
    and where is it created
    kindly reply
    Regards,
    loveena

    Hi D' souza
    Goto tcode -> SXMB_ADM -> register queues
    for specifying QOS EOIO you need to assign a queue
    from there you can specify the queue for Outbound side EOIO queue
    Various queue name and there meaning is as follows
    XBT*-Queues for Exactly Once.and time dependent
    XBQ*-Queues Exactly Once In Order.
    XBTI* are inbound queues for EO with time constarint
    XBTO* are outbound queues for EO with time constarint
    XBQI* are inbound queues for EOIO
    XBQO* are outbound queues for EOIO
    for beter understanding of how to configure sender soap channel you may folow this link
    http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm
    thanks
    sandeep
    if helpful reward points
    Thanks
    sandeep
    if helpful rewrad points

  • Queue Name

    Hi
    XI gives random queue names, for EO and EOIO queues. When is the queue name generated ? Is it when the message enters the SMQ2 of the XI ? Logically it should get a name there. Would it change when it reaches the SMQ1 ? The outbound queue to the receiver adapter ? So if there can be two queue names then how would we identify the message in MONI and Adapter Engine ? I guess the queue name should be same in both MONI and Adapter Engine monitoring.  Can someone help me with this
    Thanks  in advance
    Radhika

    Hi Radhika,
    1. When is the queue name generated ?
    The queue name is generated in 2 occasions..
      a.When the message is going from Adapter Engine to Integration Server... The message is stored first in Messaging service after adapter engine and sent via queue to Integration server. That is outbound  queue.SMQ1.
    b. Similarly after processing.. Receiver determination,Interface determination.... The message has to be sent to the target. i.e. again a adapter engine.... the messages are stored first in inbound queue called SMQ2.
    2. Do we have to configure something so that the queue name will not change and both SMQ1 AND SMQ2 will have the same queue name ?
    Usually the admin will do this job. The queues are automatically assighned.
    Based on some algorithms the queue is decided.
    But.. u can configure the queues such a way that always the message of paticular interface should go to the same queue..
    i.e is nthng but called as Queue prioratization..
    I hope this will solve all ur doubts.
    If not pl do post
    Babu

  • QRFC Queue Name Configuration

    Hello Everyone,
    Does anyone know how we can configure Queue name is CRM?
    Many Thanks in advance.
    Cheers,
    Amit

    Hi Amit,
    You can maintain the table SMOFPARSFA in the CRM server where as in R/3 you CRMRFCPAR, CRMPAROLTP. Reffer to the note 623195 for the CRM and 510192 for R/3 settings.
    <b>Allot points if my post helps!!</b>
    Best regards,
    Vikash.

  • In case of EOIO , then QUEUE NAME  in File Adapter

    Hi
       I'm using  File Adpater in the Sender side   (FTP )..  and  in the processing parameters  if i choose the  Quality of Service : EOIO   then  system was asking as  next parameter is  Queue Name .--?  
       Here   what can we give as queue name.. Is that is the new name.. Or any existed queue  name... how we  can identify that particular queue   name..
    helpful answers will be appriciated
    regards
    Jain

    >    I'm using  File Adpater in the Sender side   (FTP )..  and  in the processing parameters  if i choose the  Quality of Service : EOIO   then  system was asking as  next parameter is  Queue Name .--?  
    >
    >    Here   what can we give as queue name.. Is that is the new name.. Or any existed queue  name... how we  can identify that particular queue   name..
    Go through this...
    XI Asynchronous Message Processing: Understanding XI Queues -Part I

  • Queue name when QOS is EOIO

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

    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.

  • File to file scenario:   EOIO queue name?

    hi forum,
    i have file to file system, in the sender file communication channel,
    i need to use qualit_of_service as "EOIO", but for that i need to use a Queue Name,   what should i give as the name of the queue,   for test purpose i gave the name of the queue as "xyz", but it works........
    but i dont know how it worked

    hI SUMIT,
    i have a question for long,
    i have a typical file BPM file scenario,
    when the scenario run....i can see two rows in the MONI, one from sender service to the BPM, and the other from BPM to the Receiver service,
    in the moni there is a column called Queue Id,
    as i mentioned .... the row in MONI corresponding to Sener service to BPM, the queue ID is always XBQO* ....... as far as i have read, 'Q' in XBQO signifies that it is queue RFC,  and it is so even if my file sener sends it using EO(transactional RFC),  means no matter how i configure my sender file channel(EO or EOIO), it shows the Queue Id as XBQO*,
    i assume that XBQO* means queue-RFC
    and XBTO* means Transactional RFC,
    pls help

  • Different / multiple senders to the same EOIO queue name.

    Hello,
    I'd like to know if it is possible to send from different senders, different messages to different receivers but using always same EOIO queue?
    Scenarios are:
    1) SOAP SENDER -> PI ->  SOAP RECEIVER A
    2) IDOC SENDER -> PI -> SOAP RECEIVER B
    3) PROXY ABAP -> SOAP RECEIVER C.
    All messages need to be processed by receivers in the same order they were sent from the different senders.
    How this scenario should be implemented?
    Thanks in advance.

    Hi Michal. Thanks for response!
    As far as I know,
    1- Proxy Sender adds a prefix by defaul. Is it posible to change this behaviour?
    2- By Following note 856597, I understand that you can set your own queue name in parameter &QueueId=xxxxxxxxxxxxxxxx. So there should be no problem.
    3- In Idoc Adapter, you can set a queue name by using a Function Module, but I dont know whether this adds or not a prefix. Will it add a prefix to the queue name?
    So, in case I want to use for all this adapters the same queue, then I need to set in the Soap queueId param, and in the Idoc function module, the same queue name that is generated automatically in Proxy Sender (since this is fixed queue name based on Prefix + custom queue suffix).
    4-  Is that true? Can I guarantee that from IDOC I can use same queue as used by Proxy and IDOC won't add a prefix?
    Thanks again.

  • EOIO queue name change

    Hi All,
    any possibility EOIO queue name can be changed in Message mapping??
    Thank You,
    Madhav

    Hi Madhav,
    Similar to:
    public String setVariable(Container container){
    String variable = "Test";
    java.util.Map map;
    // get constant map
    map = container.getTransformationParameters();
    // get value
    //variable = (String) map.get(StreamTransformationConstants.QUEUE_ID);
    // set value
    map.put( StreamTransformationConstants.QUEUE_ID, variable );
    return variable;
    See Context Object Names in:
    [Technical Context Objects|http://help.sap.com/saphelp_nw04/helpdata/en/6e/ff0bf75772457b863ef5d99bc92404/content.htm]
    Regards,
    Pedro Baroni

  • My iPhone 5s keeps randomly shutting off and restarting. It can either be in use or just sitting there and it will turn off. I can't figure out what is wrong.

    My phone randomly shuts off. I will be in the middle of using it and it will completely turn off. I can also not have used it all night and I will pick it up and click the home button and then it will flash the apple restart screen. I'm not sure what is causing this as I have only had the phone for about two weeks. It's a little concerning and just wanted to see if anyone knew what it could be without me having to go into the Apple store.
    Thanks!

    Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430
    If the issue persists...
    Connect to iTunes on the computer you usually Sync with and Restore
    http://support.apple.com/kb/HT1414
    Make sure you have the Latest Version of iTunes (v11) Installed on your computer
    iTunes free download from www.itunes.com/download

  • Can I use the Registry to change the Login Name used in Note Tool?

    If adding notes in browser-based review, you cannot edit the Author name used in the note tool. Its uses the fixed Windows login name shown in Edit > Preferences > Identity.
    If you turn off the "Always use Log-in name for Author name" setting, the Author can be changed when adding notes in Acrobat itself, but the Author is fixed to the Windows login name in browser-based review.
    Therefore, I was wondering if anyone knows if this can be changed in the Registry? I've found the login field name here (HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\Annots\cAnnots\cAnnot\tauthor) but it unfortunately does not update the Author field.

    Good afternoon!
    You can replicate this in Acrobat 8 as follows:
    - In Acrobat / Edit Preferences / Commenting, turn off "Always use Log-in Name for Author Name"
    - Open a PDF in Acrobat > Add a Note > Right-click Properties > General tab > Rename the Author to "TESTING" > Click "Make Properties Default" > Click OK
    - Set up a Network Folder Online Comments Repository as follows: In Acrobat / Edit Preferences / Reviewing, set Server Type to "Network Folder" and browse for a folder to save comments to.
    - Open Registry and go to HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\8.0\Annots\cAnnots\cAnnot\tauthor
    - tauthor should be showing "TESTING" that we entered earlier
    - Open a browser window and drag a PDF into it
    - Add a Note, the Author name is fixed to be the Windows Login name.

  • How can I get Sender Display Name using Get-MessageTrackingLog?

    Hi, could you please help me. We have got a monitoring system at work which monitors some devices, so if something wrong happening with these devices email is sent from MASTER email (Customer Name <[email protected]>) to us. I'm trying to get a list
    of all emails of that monitoring mailbox using PoweShell command
    Get-MessageTrackingLog and export them to CSV file. In the end of the day I need CSV file with 3 columns: TimeStamp, MessageSubject and SenderDisplayName! Yes, I need Sender Display Name cause all emails are sent from one MASTER email
    (Customer Name <[email protected]>) and only difference between them is sender Display Name which is cexactly what I need.   
    This is the code I'm using:
    Get-MessageTrackingLog -EventId Receive | Select Timestamp, MessageSubject, Sender | Export-CSV C:\NagiosAlerts.csv
    –NoTypeInformation
    So how can I get sender Display Name(Customer Name) using Get-MessageTrackingLog insted of Sender email (<[email protected]>)? 

    The DisplayName is not recorded in the Logs only the EmailAddresses are so there Is nothing you can do with Message Tracking to get this the way you want. You need to look at another property may soureIP or include something in the Subject
    of the Email (eg a customerId in the Subject is a much better option) to give you some differentiation. Otherwise you need to access the Email directly from the Mailbox it was sent to and then extract the DisplayName from the message (or use a journaling
    on those emails etc)
    Cheers
    Glen

  • How can i find name of the variable used in the program and assign to a str

    double width= .333;
            int i;
            for (i = 0; i <=2; i ++){
                segment[i] = i+1;
            }is a bit of code...Is there anyway using which I can find out the variable names and assign them to string variables so that i can match them with another table ....
    That is I want the "width", "segment[0]", "segment[1]" and "segment[2]"...
    pls help...

    I am trying to find out the variable names in the program so that they can be matched against a given table for availability. I want to do that so that i can send the name, its type and value as a data packet to another node...I am not familiar with this...pls..would you give me a sample code

  • Pages-when using template for envelopes can you import names/address from address book

    When using templates for envelopes can you import names/address from the address book?

    Drag the VCard from Address Book onto the open envelope template.
    If you want mutiple addresses make a Group of those in Address Book and drag the Group icon onto the Pages template.
    Peter

  • I can't delete movies from my netflix queue while using Firefox v9.0.1 but can with other browsers.

    Using Windows Vista Home Premium 32 bit; Firefox v9.0.1; website affected Netflix
    I can't effect complete deletion of movies from my netflix.com streaming queue while using Firefox (v9.0.1). I contacted Netflix by phone and we checked my browser settings, ensuring they were where they needed to be. They suggested trying to effect the same using other browsers and I had no problem with Chrome allowing me to make a complete and effective deletion. My plugins are all up-to-date and any incompatible ones have been disabled. My problem has been an ongoing thing for months and I wanted to let Mozilla know it exists. If anyone else has been having this problem, please notify Mozilla so they realize it's not just an isolated incident and (hopefully) will look into finding the problem and fixing it.

    Addendum: The .jpg file, below, shows the netflix popup I get when trying to delete a video.

Maybe you are looking for