Add a JMS correlation id manually before posting it to a queue using OSB

Hi All,
Background:
A proxy services (HTTP) recieves a raw xml message. This is routed to a business service , which will post to a JMS queue on weblogic.
Requirement :
We need to add specific data from body as correlation id to the JMS message that will be posted to the queue.
I know this may sound weird but the application which is consuming the message from JMS queue wont work without this correlation id.
Please let me know if somebody have some idea to implement this through OSB.
Thanks in advance :)
Edited by: Harry1234 on 2013-03-12 04:40
Edited by: Harry1234 on 2013-03-12 04:42

Hi Harry,
Inside your route, add a Transport Header action.
Direction=Outbound Request
Click on "Add Header".
Select Defined=jms, and select CorrelationID
Then set the expression
Regards,
Fabio Douek

Similar Messages

  • Read message synchronously from JMS queue using OSB

    Hi,
    Is it possible to read message from the JMS queue using OSB based on the request invocation. I know messages can be read from the queue but it will be polling based.
    The requirement is to have an OSB proxy service (HTTP service ) an an interface to the client application. Client application invokes the proxy service and the proxy service need to read message from the JMS queue and provide the message as response to the client.
    Let me know if there are any pointers.
    Thanks
    Sandeep

    Hi,
    I spent some time trying to do this and apart from creating custom database tables etc. I was not able to achieve this.
    We wanted to use in memory JMS queues in our situation.
    In the end we developed a Java Web Service which preformed the on-demand read from the queue (using a particular message selector)
    This is working for us without a problem
    Robert

  • Read Before Posting: How To Get A Useful Answer To Your Question

    In order to provide help as quickly as possible, please put the following information into your post:
    Your operating system & version
    Your web browser(s) & version
    Your Flash Player version
    Explain your problem in step-by-step detail if possible
    A direct link to a page that demonstrates the problem
    If you get error messages, please quote them exactly, or provide a screenshot: http://forums.adobe.com/thread/1070933

    For example, if your site had a title of "three twee kings", when it finally showed up on Google, it would be number one since there's currently not an entry for that. For other more common phrases, your site has to be where Google would think users searching on those terms would be most likely tending to go.
    For me, if you do a search for keynote 3 symbols, my site is the site Google figures most users would be looking for when searching on those terms. (Incidentally, just typing Mr. Shmallow gives you one of my pages on the first page, just a couple under homestarrunner's

  • Setting JMS CorrelationID before posting to JMS queue

    Hi, my senario is that before posting a message to the JMS queue I want to set its correlation ID so that while fetching the response message gets tracked using the correlation ID that I have set not the one that is defaulted...can it be done in OSB if yes can you tell how and at what stage.
    Regards
    RAHUL

    Route to [ JMSBS ]
    Request Actions:
    Set Transport Headers for[ Outbound Request ]
    Pass all Headers through Pipeline
    Transport Headers
    Name Action
    JMSCorrelationID Set Header to [ '44444444444' ]This works for me. When I see the message on JMS queue, in the "Correlation ID" field, it holds value 44444444444
    Can you cross-check it again at your side?
    Regards,
    Anuj
    Edited by: Anuj Dwivedi on Jan 6, 2011 6:07 PM

  • JMS message id as JMS correlation ?

    I read this document: "How to Correlate JMS Messages"
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5059f110-0d01-0010-7c8b-fdc983be70c0
    My scenario is AP1 -> XI -> SAP -> XI -> AP1, because AP1 sends lots of messages at the same time, so I need to use correlation. Current plan is we want to use JMS message id. But this document only describe to use the "XI message id", not "JMS message id".
    I found in sender communication channel configuration, I can use JMS message id as the XI message id. But because I have a mapping before the BPM, it means the message received by BPM is not the message received by XI.
    (detail scenario is AP1 -> XI -> mapping to another message -> BPM -> AP1.)

    I got it, I can set the conversation id to the context object "ConversationID" of "http://sap.com/xi/XI/System", it's ok.

  • Other MSI Products - before posting, please read

    Hi there!
    This forum is where you can find help for all the other little devices that MSI produces that don't have a home elsewhere in this forum.
    These devices include MegaPlayer, MegaStick and MegaView MP3 / Portable Media Players, and MSI's communication devices, such as Bluetooth dongles and Wireless LAN routers & cards as well as StarCam, MegaCache, PocketDTV etc.
    Before posting your question, read the Forum Rules, and use the button to see if your question has been answered already. But please don't hijack old dead threads, start your own new topic, giving as much information as you can, as well as what you have tried already. Posting to a two year old thread saying "i have same problem, did you ever fix it??" won't help at all. Read any stickies that have been posted here already, they may contain valuable information to solve your problem.
    Have you read the manual? The manual supplied with your product is usually just a multi-language Quick Guide. Look on MSI's Product Support Pages (http://global.msi.com.tw/index.php?func=prodindex). You can find updated complete manuals, which will usually contain more information than the one supplied in the box. You would be surprised how many questions posted here can be answered just by looking in the manual! You can also find the latest drivers and firmware there, as well as popular FAQs.
    If your problem is related to using your device with your PC, then please post full system specs, in case your problem is actually caused by your PC.
    There's a good possibility that as this is a user-to-user forum, and no-one from MSI visits here, there are no answers yet, or nobody is able to help you yet. In that case, your best option is to contact MSI Support themselves, and see if they can help you with your problem.
    Find MSI Support links here: https://forum-en.msi.com/index.php?topic=107326.0
    Please note, that when contacting MSI Support, you should describe the problem as clearly as you would here, and give as much background information as you can. If you write to them "my MegaStick doesn't work, what can i do", then don't complain if you get a stock generic reply back from them .
    Please, if you get an answer from MSI that solves your problem, or helps you to fix the problem yourself, join the helper's club here and post your solution, so that others can benefit from your wisdom!
    Thank you, and good luck!

    sorry, think i must have slipped on something

  • How to add the JMS adapter property in BPEL1.1 version

    Hi,
    I am working on the Jms adapter by using BPEL version1.1 and i am want to add some Jms property to send with Jms message.We have option to add the Jms property in BPEL2.0 version. But i am not able to add Jms property in BPEL version1.1.
    Please help me
    SOA 11g : 11.1.1.5

    Thanks for everyone's replies. I am now able to set the parameters for the sequence file, just that I added a property node for the sequence file path and the sequence before loading the parameters. That did the trick and the rest was easy. Also for Goto, with some digging, I was able to add a custom property step if it fails or passes the step. It works like a charm. I'm attaching a modified version of my code in LV 7.0 format.
    Attachments:
    Dynamic Sequence File-1.vi ‏175 KB

  • IMP: Read this WIKI and search for ESS MSS issues before posting any thread

    Here is the link to the new WIKI topic area ESS MSS
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/HCM+ESS
    and
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/HCM+MSS
    Feel free to add FAQs, Guidelines, Links and everything of interest for Human Capital Management into this WIKI. With your help this will become a valuable resource for the HCM community for ESS MSS
    I would appreciate if you search in the WIKI and earlier threads, before posting a  new thread
    For Beginners, Please refer the ESS/MSS customisation Guide here
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/108c31e7-b6a7-2d10-3692-c1a9f7a5c4dc?QuickLink=index&overridelayout=true
    Edited by: Siddharth Rajora on Dec 19, 2011 8:35 PM
    Edited by: Siddharth Rajora on Dec 19, 2011 8:36 PM

    teshlachris,
    iTunes, like other applications, will sometimes have issues trying to install from a different admin user than the one used to first install it.
    Did your son install iTunes with a different account? If so, your previous post did not include the fact your son had previously installed iTunes, or I would have suggested trying the install while logged in under his account.
    Hope this helps,
    Nathan C.

  • MSI P67A-GD53 (B3) in boot cycle before POST

    OK, so I purchased a new Motherboard, CPU and RAM today to complete my upgrade. Having installed everything, I hit the power button, machine turns on... then off after about 4 seconds, before POST, then on again, then off again, repeat ad nauseum until I unplug or flick the power switch on the PSU.
    I took everything apart again, put the MB onto of the box (to rule out the chances of it shorting on the case) and plugged in the power, with just the CPU (and fan) and RAM in place. Same thing happens. Tried taking out the RAM, exact same thing.
    Nothing has been done to any part yet, this is all out of box spec:
    MSI P67A-GD53 (B3)
    Corsair XMS3 4GB (2x2GB) DDR3 PC3-12800C9  (CMX4GX3M2A1600C9)
    Enermax ELT620AWT  +3.3V@28A, +5V@32A, +12V1@22A, +12V2@22A, [email protected], +5VSB@3A
    Intel i5 2500K 3.30GHz (Sandybridge) Socket LGA1155
    Obviously I've got graphics card, HDDs etc, but none of those are plugged in, for the purposes of troubleshooting. All that's connected is the above. I've tried booting with no RAM installed, same thing happens. I've got access to an old internal 2 pin speaker, scavenged from a buggered HP work PC to try and get a beep code, but I can't see where I'd connect it on this MB.
    Is the MB fluffed out of the box, or could it be something else? Any help would be greatly appreciated

    Quote from: Jack on 09-September-11, 20:26:28
    It needs to be connected to the JFP2-Pin Header (check user manual, page 2-14 for pin definitions).
    Just to make sure:  Have you connected the 4/8 pin +12V CPU power connector to the mainboard (in addition to the 24-Pin ATX connector)?
    Also:  Have you unplugged your PSU from A/C power and >>Cleared CMOS<< at any point?
    Have you inspected the board's CPU socket for bent/broken pins?
    Thanks, I'll give that a try.
    Yep
    Yep
    I've eye-balled it but they're pretty small, so it's hard to tell, but it'd be pretty difficult to bend them as the CPU only fits in one way.

  • How to restrict the manual accrual posting in Rebate?

    Hi friends,
    I am working with Retroactive Rebate.
    As on now, the total accrual posted to FI is 20000 INR.
    If I am taking the past Billing documents into consideration then the Total accrual is 35000 INR.
    So, I need to post a Manual Accrual for the difference of 15000 INR. It is running fine.
    Now, I want that user should be able to post more than the difference amount. During Manual accrual posting, one can post any amount he wants which I want to restrict upto the difference amount.
    That means, system should not allow the user to enter more than the difference amount.
    Can any body please guide me how to do it?
    Regards
    Pradyumna

    Hello Pradyumna,
    there is not standard way to restrict the manual accrual value.
    Are you using the old rebate processing (with S136 not active) ?
    If so I would advice you to pass to new rebate processing. See the note 105681.
    In this way the retroactive rebates can be easily handled.
    If you prefer to old rebate processing, please try to test the report RV15B005 to post accrual for old invoices
    Best regards,
    Ivano.

  • BADI or User Exit - Change Material Document(GL/Account) before posting

    Hi,
    I want to change the MSEG and FI Posting values before the material documet is posted. I am not using the transaction MIGO for the material document posting. The material document which has to be changed was created during the stock adjustment (MI01,MI02,MI07.etc)
    The Details I want to change is "GL Account No" based on
    storage location. Since I cannot solve this requirement throught customization, I need a way to achive this using
    user exits or badis..
    Points will be rewared.
    Prasath
    Edited by: Prasath Kumar R on Jul 24, 2008 1:18 PM
    Edited by: Prasath Kumar R on Jul 24, 2008 1:18 PM

    Hi ,
    What you advised is right, But my customer demands to set the Gl Account at Storage location level.
    Is there any way that i can change GL/Account after Posting....????!!!!  I hope it also not possible..
    Plz advise..abt my assumption.
    Regards
    Prasath
    Dear All,
    Please let me know the possiblity of achiveing the above reqmt. Your suggestions will be helpful..
    Regards
    Prasath
    Edited by: Prasath Kumar R on Jul 25, 2008 9:33 AM

  • Enhancement for MB01 - Need to check the document before post

    Hi All,
    I need to check a material document before posting in MB01 for a field "GR/GI Slip No" which we are using to enter "gate entry no".The issue now is as i'm using a table control screen to post GRs in bulk . i want to avoid duplicate GRs of a particular gate entry.during analysis i found that an exit/Badi at MB01 - end  may serve my purpose well.
    thanks and regards,
    sachin soni

    Hi,
    You may try the EXIT:
    MBCF0005  Material document item for goods receipt/issue slip
    or BADIs:
    MB_BAPI_GOODSMVT_CREATE
    MB_BATCH_MASTER
    MB_DOCUMENT_BADI
    Regards,
    Renjith Michael.

  • Please read "The Forum Rules of Engagement" before posting!  HOT NEWS!!

    Welcome to the SDN ABAP Development Forums!
    Please see the [Forum Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement] before posting to avoid potential problems (e.g. your posts are deleted).
    The [ABAP Development Forums|https://forums.sdn.sap.com/category.jspa?categoryID=42] have dedicated forums for the following ABAP related areas:
    => General questions about the ABAP language and language implementations. If in doubt, use this forum and do not cross-post.
    => Tables, views, structures, data elements, domains, search helps and types in the underlying relational database.
    => SAPscript and Smartforms form generation, editing and printing and the corresponding programs.
    => Classical Dynpro, Screen Painter and Controls Framework (ALV grid, Table Controls).
    => Enhancing ABAP code through techniques as CMOD, SMOD and the newer BADIs, Switch and Enhancement Frameworks.
    => Code quality, ABAP Unit, Testing, Debugging, efficient code techniques and database reads, SQL trace tools and Runtime Analysis.
    => Data Transfer Techniques, Batch Data Communication, Legacy System Migration Workbench, Application Link Enabling, IDOCs, BAPIs.
    => ABAP Object definition and implementation including encapsulation, interfaces and inheritance in ABAP Objects.
    Please...
    - Use the correct or most appropriate forum,
    - Do not cross-post or multiple-post, and
    - Search for information before asking basic questions, again.
    Using these categories will enhance performance in the forums and improve the chances that your questions are answered quickly and more accurately!
    Other relevant blogs and rule related infos are:
    - Michael Schwandt's blog about [Moving to strict rules to improve quality and control|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/10047].
    - Michael Schwandt's blog about [Quality: Invitation To Clean Up Your Forum Threads|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/11978].
    - Please follow-up on your threads and assign points correctly, as this also contributes to the [UN Food Program|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7898].
    Enjoy the forums and happy posting!!

    Start of related discussions about the above rules. Feel free to discuss the rules here...
    Dear Jan
    Sometime i found very difficuties and time taking process in putting questions in forum bcos i have to elaborate the whole pictorial process in words.
    Why Cant we make our this forum more Interactive in way of asking questions by allowing us to attach print preview of what we face in the system.
    If you kindly give a glance on this issue and try to implement it for us, forum members like us will be benefited and it will be beneficial for those who are all into in this forum.
    Thanks & Regards
    Saifur Rahaman

  • HT201593 The newest version of iTunes deletes all of my iPod Touch 5th gen audible and visual media when I delete or add music or video to my library and add it to my device manually. Why?

    The newest version of iTunes deletes all of my iPod Touch 5th gen audible and visual media when I delete or add music or video to my library and add it to my device manually. Why? I guess the question speaks for itself. I have the latest version of iTunes and iOS 8.2 on my iPod Touch.

    If it's any consolation i've just had a similar thing happen. Went to add a playlist and it wiped 35 gig of music off my iPod touch 64g in a nanosecond. I've got the latest iTunes and osx but do not back up because i keep different styles of music (and loads of it) in separate libraries and devices which i don't want mixed together. All my stuff is burned from cd so it's not lost for good and i've got a hard drive with the "lost" mp3 music on it but even so it will take literally weeks to prune the tracks for my iPod to be the same again. Why do they make it so difficult to manage your music on these things. I have massive amounts of music on my computer so autofill is a disastrous unusable gimmick to me. The whole thing seems to be aimed at 9 year old kids with about 6 mp3's on their phone rather than serious music lovers (for example accessing EQ is a joke let alone the lack of a manual option). I'm a dj and use apple for that reason but to be honest i'm beginning to wonder why. I'm absolutely livid. The weird thing is that my mac still shows the titles of the missing tunes in the 'on my device' window but as my macbook storage display shows no increase i'm pretty sure it's all gone. Nightmare. I have no confidence in this device anymore and could barely use the previous osx 8.2 anyway. Why they have to change it every ten minutes is beyond me. As the old saying goes 'if it ain't broke, don't fix it' but this format just gets more broken every time they update. An absolute disgrace. Why not just drag and drop or delete. No wonder the iPod is said to be a dying device, it's for music, it is not a phone. Not fit for purpose anymore. I can't be bothered to read a massive 'how to use' article every update. Good technology should be easier and more intuitive with each new version. I suppose i'll have to phone apple at my expense to find out what's going on, or maybe that's the whole idea. Very very very not happy.

  • Read Before Posting - Where to find Business Objects Java SDK Resources

    Before posting you should look through the various resources below for the answers to your questions. A lot of the "how to" or "where can I find" questions are already answered in the material below.
    Search the Forums
    Use the search feature in these forums to see if your question has already been answered.
    SDK Libraries
    [BI 4.0|http://www.sdn.sap.com/irj/boc/sdklibrary]
    [BusinessObjects Enterprise XI 3.0|http://www.sdn.sap.com/irj/boc/sdklibrary?rid=/webcontent/uuid/90db428d-71ba-2e10-7eb7-d3286eec5ac0]
    [BusinessObjects Enterprise XI Release 2|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm]
    [BusinessObjects Enterprise XI Release 1|http://devlibrary.businessobjects.com/BusinessObjectsXI/en/devlib.htm]
    Crystal Enterprise 10, Not available online.
    [Online Viewable JavaDocs|http://help.sap.com/javadocs/index.htm#sapbobj]
    SAP Notes
    (Formerly known as the Business Objects Knowledge Base)
    This is a good location to find known issues, look up error messages, and general tips and tricks with the BusinessObjects Enterprise product line.
    [https://service.sap.com/notes] (this requires logon to the SAP Service Marketplace).
    Crystal Reports Server, Crystal Reports and Xcelsius SAP Notes are accessible here:
    [https://www.sdn.sap.com/irj/sdn/businessobjects-notes]
    Sample Code Search
    [BusinessObjects Enterprise SDK|https://wiki.sdn.sap.com/wiki/x/HQBmBQ]
    [RAS SDK|https://wiki.sdn.sap.com/wiki/x/HgBmBQ]
    [Web Services SDK|https://wiki.sdn.sap.com/wiki/x/HwBmBQ]
    [Report Engine SDK|https://wiki.sdn.sap.com/wiki/x/IABmBQ]
    [Crystal Reports Java SDK|https://wiki.sdn.sap.com/wiki/x/JgBmBQ]
    [Java Reporting Component SDK|https://wiki.sdn.sap.com/wiki/x/JwBmBQ]
    Business Objects Downloads
    - Service Packs and Fix Packs
    - Merge Modules and Installation Packages
    - Sample Reports and Databases
    [http://service.sap.com/bosap-downloads] (requires logon to SAP Service Marketplace).
    Crystal Report For Eclipse
    [WIKI|https://www.sdn.sap.com/irj/boc/crystalreports-java]
    [Product Portal|https://www.sdn.sap.com/irj/boc/crystalreports-java]
    Crystal Reports Server, Crystal Reports, and Xcelsius Downloads
    [https://www.sdn.sap.com/irj/sdn/businessobjects-downloads]
    Business Objects Articles
    [https://www.sdn.sap.com/irj/sdn/businessobjects-articles]
    Edited by: Aasavari Bhave on Oct 25, 2011 8:49 AM

    Thanks. That was useful.
    -Rajini

Maybe you are looking for

  • Creative Cloud Desktop - running but no icon

    The Creative Cloud Desktop application does not appear to be working for me anymore. It worked when I first installed it, and after the next 1 or 2 times I booted my machine, but it hasn't worked since. It appears the application is running (if I dro

  • UCCX 10.5 - Issue with triggers

    Dear all, We have had a pretty bad issue with our UCCX 10.5, for a reason unknown the CTI Points that link our UCCX with CUCM were all unregistered in CUCM (10.5). I tracked down the issue that it could have had something to do with IPv6 and fixing t

  • How to align the contents in the header of an ALV Display?

    Hello ABAP Masters, I am doing a program that requires to display an ALV with header. My problem is that the header display is not in proper alignment. Here is a sample display of the header , which should not be: Contract Number:08151983 Line Item:2

  • Cannot install Photoshop CS6 ugrade to Photoshop CS4 on Windows 7 PC.

    I cannot install Photoshop CS6 upgrade to Photoshop CS4 on my Windows 7 PC. Error reads - Serial Number you provided is valid, but a qualifing product could not be found on this computer. I then selected CS$ as the product and entered the serial numb

  • Validation & Substitutions

    Hello Guru, Any body having documentation and configuration step for Validation& substitution rule Thanks & Advance Laxmi