How to address message to the specific node of the ESB cluster

Hi!
We are running ESB on two node active-active cluster configuration. We use custom adapter to communicate with customer legacy system over Socket connection. The point is, that we need to transfer large amount of data from our database into customer system using one open socket connection. Because of memory limitation we had to split data into multiple messages in ESB. This socket connection can be open from any of the active cluster node, but ones it's open all messages must be send within the node which had open the connection.So, the messages should not arrive into another node. The question: How is it possible to address (route) ESB messages into specific node of the cluster?
Thanks in advance.
Jaro,

Muthu92 wrote:
Thank you for your reply. It is very useful for me.  But i can't give conditional operator in that operator. It is showing error.
My Test cases
A[0]+A[1]>150
A[31]-50 <100.
If those are your exact statements, then they don't make sense in a formula node.  You have to use them in an if-statement or some other type of control logic.  This mimics text-based programming languages such as C... See here for instructions on formula node syntax: http://zone.ni.com/reference/en-XX/help/371361G-01​/lvhowto/formula_node_syntax/
For instance, you COULD say something like:
**In this example, let A[0] == x, A[1] == y, A[31] == z**
if(x+y>150)
/* do something if this is true */
else if(z-50 < 100)
/* do something else */
EDIT: 
It should also be noted that Variable Names MUST be lowercase!! I just discovered this
EDIT2:
I stand corrected.  After trying to create an example and digging through the LabVIEW Help, I stumbled across this:
Differences between the Parser in the Mathematics VIs and the Formula Node
The parser in the Mathematics VIs supports all elements that Formula Nodes support with the following exceptions:
Variables—Only a, a0, ..., a9, ... z, z0, ..., z9, are valid.
Logical, conditional, inequality, equality—?:,, &&, !=, ==, <, >, <=, and >= are not valid.
Functions—atan2, max, min, mod, pow, rem, and sizeOfDim are not valid. You can use these functions in a Formula Node or use their corresponding LabVIEW functions.
So it DOES NOT seem like Eval Formula Node can do conditionals like you want.  I would just implement them using a LabVIEW based algorithm after all.  Trying to out smart the formula nodes to avoid simple LabVIEW code is just too much of a hassle
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If someone helped you out, please select their post as the solution and/or give them Kudos!

Similar Messages

  • How to send messages to the specified user through sap

    how to send messages to the specified user through sap

    Hi Santosh,
    try:
        CALL FUNCTION 'TH_POPUP'
             EXPORTING
                  CLIENT         = SY-MANDT
                  USER           = BNAME "User you want
                  MESSAGE        = MSG "text you want
             EXCEPTIONS
                  USER_NOT_FOUND = 1.
    Regards, Dieter

  • How to blick tree view few specific nodes

    here i got a code which show how to blink tree view node but i am confuse that how to blink few node.
    Answered by:
    Avatar of Tamer Oz
    20,185
    Points
    Top 0.5
    Tamer Oz
    Partner Joined Sep 2009
    2
    8
    17
    Tamer Oz's threads
    Show activity
    Treeview control - How to make a node blink?
    Visual Studio Languages
    .NET Framework
    >
    Visual C#
    Question
    Alert me
    Question
    Vote as helpful
    0
    Vote
    Hi,
    Is there a "elegant" way to make blink a treeview node?
    I am thinking to use a timer with the collection of nodes that I want to make the blink effect, and update the icon ...
    Friday, November 06, 2009 6:19 PM
    Reply
    |
    Quote
    |
    Report as abuse
    Avatar of Kikeman
    Kikeman
    R. BOSCH
    105 Points
    All replies
    Question
    Vote as helpful
    0
    Vote
    Hi,
    You can develop your custom control for this purpose. The logic you mentioned was correct. Here is a sample control that I developed by the logic you mentioned.
    public class BlinkingTreeView : TreeView
    private Timer t = new Timer();
    private List<TreeNode> blinkingNodes = new List<TreeNode>();
    public BlinkingTreeView()
    t.Interval = 1000;
    t.Tick += new EventHandler(t_Tick);
    bool isNodeBlinked = false;
    void t_Tick(object sender, EventArgs e)
    foreach (TreeNode tn in blinkingNodes)
    if (isNodeBlinked)
    //update Icon
    tn.Text = tn.Text.Substring(0, tn.Text.Length - 1);//to test
    isNodeBlinked = false;
    else
    //update Icon
    tn.Text = tn.Text + "*";//to test
    isNodeBlinked = true;
    public void AddBlinkNode(TreeNode n)
    blinkingNodes.Add(n);
    public void RemoveBlinkNode(TreeNode n)
    blinkingNodes.Remove(n);
    public void ClearBlinkNodes()
    blinkingNodes.Clear();
    public List<TreeNode> BlinkingNodes
    get { return blinkingNodes; }
    public int BlinkInterval
    get { return t.Interval; }
    set { t.Interval = value; }
    public void StartBlinking()
    isNodeBlinked = false;
    t.Enabled = true;
    public void StopBlinking()
    t.Enabled = false;
    just show me how to use BlinkingTreeView class. i will have tree view which will have few node and few nodes may have few child nodes. now how to achieve by this class BlinkingTreeView and show me how to blink few specific node not all. thanks

    better to come with code. first populate tree view with some dummy node this way
    Root
           Child1
                    Child1-sub1
                    Child1-sub2
           Child2
                    Child2-sub1
                    Child2-sub2
    now blink Child1-sub2 & Child2-sub1. please come with code. thanks

  • How to leave message on the Mozilla's server?

    I received an email from HOTMAIL as below telling me to change the email client server to leave email message on the server. Now all emails that I reply from my blackberry device cannot be seen in Sent Folder when I open the hotmail account by using desktop computer.
    How to change the server option? in what menu? I cannot find in Mozilla's Tool menu. Thank you for helping me sorting out this problem.
    Email from Hotmail as below:
    If you use an email client (e.g. Microsoft(R) Outlook(R), Mozilla(R) Thunderbird(TM), etc.) to access your [email protected] messages, change your email client settings to leave your email messages on the server. If the email client does not leave email messages on the server, the BlackBerry(R) Internet Service may not be able to deliver them to your BlackBerry(R) device.
    To leave email messages on your email server you may need to complete the following steps:
    1. In your email client (Outlook, Thunderbird, etc.) on your computer, under Tools or Mail > Preferences.
    2. Select your email account.
    3. Locate advanced, server settings or options.
    4. Select the option to leave email messages on the server.
    Refer to your email client help for more information.

    I am not using Mozilla thunderbird. I am using Mozilla Firefox. Please advise
    I received an email from HOTMAIL as below telling me to change the email client server to leave email message on the server. Now all emails that I reply from my blackberry device cannot be seen in Sent Folder when I open the hotmail account by using desktop computer.
    How to change the server option? in what menu? I cannot find in Mozilla's Tool menu. Thank you for helping me sorting out this problem.
    Email from Hotmail as below: If you use an email client (e.g. Microsoft(R) Outlook(R), Mozilla(R) Thunderbird(TM), etc.) to access your [email protected] messages, change your email client settings to leave your email messages on the server. If the email client does not leave email messages on the server, the BlackBerry(R) Internet Service may not be able to deliver them to your BlackBerry(R) device.
    To leave email messages on your email server you may need to complete the following steps:
    1. In your email client (Outlook, Thunderbird, etc.) on your computer, under Tools or Mail > Preferences.
    2. Select your email account.
    3. Locate advanced, server settings or options.
    4. Select the option to leave email messages on the server.
    Refer to your email client help for more information.

  • How can i message out the unexisted material group name.

    Selection screen: material group
    s_maktl is a range, "AA_1" to "ZZ_9".
    I check the existence of material group in table T023. select *
    into table i_t023
    where maktl in s_maktl.
    Example, 'UU_3" is not in table.
    But how can i tell "UU_3" is not existed???
    i want to message out the unexisted material group name.
    Can anyone help?

    Hi Amanda
    In this case you have to know all the combinations of all the materials groups. Taking your example, considering that only letters and numbers vary, we will have tons of possibilities, which is practically not feasible.
    Other option would be to check whether the user entered values in LOW and HIGH of select option field, In you example say if AA_1 is not present in T023, i can validate that record.
    But at the same time the values which are not entered and are implicitly calculated based on the string patterns, are practically not possible to validate.
    Regards
    Ranganath

  • How to delete messages in the queue?

    The system log shows that it could not send message from queue , so I want to delete messages in the queue.
    Please tell me how to deal with , thank you !

    because the system log (/var/adm/messages) shows that it could not upload bulk message and not send message from queue. I am afraid of system down , I always uses
    imsimta qclean -from=sendmailuser -delete
    the result is Deleted N message files
    but I found that message files was exist at the same
    could you tell me the reasons!!

  • Nokia 6120 how to move messages to the memory card

    hi,
    I have to take my Nokia 6120 in to be fixed because it just stopped making any sounds, tones, alarms, and i couldn't hear anyone and they couldn't hear me.
    anyway
    now i want to save some of my text messages to my memory card before I give the guys my phone as they said they'd have to wipe it, but I can't work out how to do it
    When I select the message and then say 'move to' i only get the option of 'my folder' which, as far as i can work out, isn't on the external memory card.
    How can I move messages to the memory card??
    Please help, I've spent an hour looking around the thing and cant find a way...it's driving me mad!
    thanks

    I moved 2000 messages from mobile to memory card in N95. In messaging options I have just set "save messages on memory card" , after that mobile asked me if I want to copy all messages saved in mobile to memory card"

  • How come International Messaging with the MORE plan isn't free?

    I recently upgraded my plan to "MORE Everything" because International Messaging was promised to be free.
    My daughter planned a trip to India and we signed up for International Data to cover her data usage.
    When my daughter returned, we were charged $0.50 for each text message that she sent.
    How can Verizon advertise free International Messaging on the "MORE Everything" Plan  if it isn't free?

    READING the FAQ beforehand helps a lot. Notice the part I bolded and italics
    General Information
    What is International Messaging? International Messaging is a service that lets you send text and multimedia messages to select international locations from your mobile device. While you’re in the US in the Verizon Wireless coverage area, you can send text messages to over 200 countries and multimedia messages to over 100 countries around the world.

  • How to delete message from the fodler of  AOL account using Java mail

    Hello All,
    I am using Java MAil API in my application, i want to delete message from AOL account's folder,
    when i set the folder as "Recently Deleted" or "Trash" , i get an exception as "folder does not exist".
    when i tested , some times mail is moving into Recently Deleted folder, but not every time.
    this is happening in both the interface as AOl Interface or my application.
    when i use folder.close(true) after setting the flag of message as DELETED. it completely remove the message from the acount.
    but i want to let the message be remained in the Recently Deleted folder. what should i do.
    i dont want to remove the message completely from the account.I am using IMAP also.

    You'll need to figure out what the real name of the "Recently Deleted" folder is on the AOL IMAP server
    (assuming it's a real folder and not some sort of "virtual" folder), then copy the message into that folder.
    See the folderlist.java demo program as a way to explore the names of all the folders on the server.

  • How to replace message in the forms when table level constraint fails!!

    Hello all,
    I have table level constraint in database.
    when constraint fails i get message in the forms like
    "ORA-00001 : UInique Constraint (CYAN.FA_JV_DTL_PK) violated"
    I know i can replace this message by using trigger on-error.
    but for this I have to write on-error trigger in my all the forms.
    is there any short cut at database level?
    so i can map my messages for each and every constraint.
    by doing that database should send user defined message to the form instead of in-built database messages.
    From
    Chirag Patel
    Nairobi

    Chirag,
    I think this is english. I couldnt understand what exactly you want. Can you explain by not using short words and right spellings. I might help you.
    Thanks
    Ghulam

  • How to keep messages on the server?

    I have Mail 4.3 and cannot locate in preference where I can  check to leave messages on the server? The computer is OS 10.7 so cant syncing with other devices so need to retrieve messages from those  other devices. thank you

    I am so sorry for poor syntax/grammar.
    I have Mail 4.3 and cannot locate in preferences where I can check to leave messages on the server. The computer is OS 10.7 so I can't sync with other devices; I need to retrieve messages from those  other devices. Thank you

  • How many text messages can the iPhone 3gs hold ??

    *upto how many text message can hold 3gs ??*

    About 75,000, depending on available memory. If you get anywhere near that limit you might want to seek help.

  • OSB Managed Servers - How to add one to the OSB Cluster

    Hi,
    I have an OSB Cluster of two managed servers. There is an Admin Server that controls the two.
    On the Admin Server I see that there are about 137 odd Applications and a list of Libraries installed.
    However on the Managed Servers I see there is not a single application.
    Does Managed Server show only the Custom applications? I feel not. Applications like AQAdapter, MQ Adapter, ALSB Routing, etc. should they all not be present on the Managed Servers?
    If I create a new Managed Server that I want to Add to the Cluster there is no option to deploy those applications to the newly created Managed server in one shot. The only time it can get those applications is if the Applications were deployed to the OSB Cluster and not to the managed servers.
    Is there a way (apart from extending the domains again and having those applications deployed to the OSB cluster) to have all these applications running on the Managed servers as well?

    Does Managed Server show only the Custom applications? I feel not. Applications like AQAdapter, MQ Adapter, ALSB Routing, etc. should they all not be present on the Managed Servers?Your understanding is correct. Managed server should have libraries and adapters targetted to it.
    Is there a way (apart from extending the domains again and having those applications deployed to the OSB cluster) to have all these applications running on the Managed servers as well? Yes, manually you have to target each and every application to the cluster but it may not be an effective process. The basic funda of cluster is to make applications independent of managed server, so that if you add/remove a managed server then it does not affect the existing configuration. I think you should follow the standard practice and always create a clustered domain where all applications are targetted to cluster and NOT to the managed server. You may like to refer -
    http://download.oracle.com/docs/cd/E17904_01/doc.1111/e15022/config.htm#i1531648
    Regards,
    Anuj

  • How to delete messages on the Iphone 4s with operating software 8.1

    I can't figure out how to delete individual messages in a conversation on the Iphone 4s with operating software 8.1, it only seems to allow to delete the whole conversation. Any ideas?

    Hey AndreaKarima,
    Thanks for the question. The following resource outlines how to delete a specific message (as opposed to an entire conversation):
    Manage conversations - iPhone
    http://help.apple.com/iphone/8/#/iphf2d85437
    Delete a message. Touch and hold a message or attachment, tap More, select additional items if desired, then tap the delete button.
    Thanks,
    Matt M.

  • How to create message at the end of the process chain

    Hi friends,
    I have created process chains. It's working fine. But I wanted to create message to give alert if process failure.
    My requirement is if any process failure due to any reason message has to receive to the responsible person. I'm not sure how to do this.
    Can anybody suggest how to do this if possible step by step.
    Thanks & Regards
    Siri

    Hi,
    Genarally, you can create a message, by right click and create message then give email ids in Maintain Recipent list (Recipt type = via internet) and then give message that you want to send in Edit Document.
    Check whether the email address is maintained in SU01 in address tab.
    Configure SMTP server is set up properly ( SCOT). Ask basis team to do it.
    There is also other option to send the mail through program, for this you need to trigger any event or you can insert this program at teh end of the process chain.
    *& Report ZTEST_FM_MAIL
    REPORT ztest_fm_mail.
    DATA : is_doc_chng TYPE sodocchgi1,
    it_objtxt TYPE STANDARD TABLE OF solisti1,
    is_objtxt TYPE solisti1,
    it_objpack TYPE STANDARD TABLE OF sopcklsti1,
    is_objpack TYPE sopcklsti1,
    it_objbin TYPE STANDARD TABLE OF solisti1,
    is_objbin TYPE solisti1,
    it_reclist TYPE STANDARD TABLE OF somlreci1,
    is_reclist TYPE somlreci1,
    w_lines_tx TYPE i.
    Create Message Body
    Title and Description
    *is_doc_chng-obj_name = 'MAIL'.
    is_doc_chng-obj_descr = 'Auto genareted Mail'.
    main text
    is_objtxt-line = 'This is an automatically generated mail. Please do not reply to it.'(028).
    APPEND is_objtxt TO it_objtxt.
    is_objtxt-line = space.
    APPEND is_objtxt TO it_objtxt.
    write packing list (main)
    DESCRIBE TABLE it_objtxt LINES w_lines_tx.
    READ TABLE it_objtxt INTO is_objtxt INDEX w_lines_tx.
    is_doc_chng-doc_size = ( w_lines_tx - 1 ) * 255 + STRLEN( is_objtxt ).
    CLEAR is_objpack-transf_bin.
    is_objpack-head_start = 1.
    is_objpack-head_num = 0.
    is_objpack-body_start = 1.
    is_objpack-body_num = w_lines_tx.
    is_objpack-doc_type = 'RAW'.
    APPEND is_objpack TO it_objpack.
    is_reclist-receiver = 'your email id'.
    is_reclist-rec_type = 'U'.
    APPEND is_reclist TO it_reclist.
    CLEAR is_reclist.
    *This is for SAP system mail box
    *is_reclist-receiver = 'your system login ID'.
    *is_reclist-rec_type = 'B'.
    *APPEND is_reclist TO it_reclist.
    *CLEAR is_reclist.
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
    EXPORTING
    document_data = is_doc_chng
    put_in_outbox = 'X'
    commit_work = 'X'
    TABLES
    packing_list = it_objpack
    contents_txt = it_objtxt
    receivers = it_reclist
    EXCEPTIONS
    too_many_receivers = 1
    document_not_sent = 2
    document_type_not_exist = 3
    operation_no_authorization = 4
    parameter_error = 5
    x_error = 6
    enqueue_error = 7
    OTHERS = 8.
    IF sy-subrc 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    Thanks
    Reddy
    Edited by: Surendra Reddy on Nov 18, 2008 5:36 AM

Maybe you are looking for

  • Premiere Pro CC 2014 - Black flickering lines during playback and when exporting video

    I am fairly new to Premiere and have recently started using creative cloud on my new MacBook Pro retina - 2.3 GHz Intel Core i7 - 16GB Memory - OSX Version 10.9.4 I shot a music video using my friends camera and all the shots were absolutely fine, I

  • Can a EDQ Process perform looping ?

    Hello, I want to create a looping process in EDQ. Here is the scenario.. Reader based on a snapshot/data store. 1. Process reads one record at a time from Reader. 2. For each record,       a. Call an external web-service (inserts the record in CRMOD,

  • EJB Reference Not In IntitialContext

    I have a jsp which accesses a stateless session bean which in turn accesses an entity bean. The reference to the session bean is in the initial context but the entity bean reference is not (I have printed out the entire initial context to verify this

  • Airport Utility was unable to find your Airport device after restarting.

    - I just updated the firmware on my base station (it a white dome?? i think snow?) to 5.7 - I am running AirPort Utility 5.5.2 (also recently updated) - I have (3) AirPort Expresses (just updated firmware yesterday) and now are not being seen in the

  • PC suite and Windows problem

    o my god ! I am running windows xp media center edition 2005 (sp2).Phone-N70 with cable. I was already having so much problems with PC suite 6.83....And then I found a FAQ ...it says my pc's operating system is not supported by Pc suite. Wat should i