Results 1 to 3 of 3

Thread: In RC! issue with jms property mapping to SI headers

  1. #1
    Join Date
    Jan 2010
    Posts
    124

    Default In RC! issue with jms property mapping to SI headers

    One thing i noticed after moving from 2.0.0.NightlyBuild to RC1 is that the Dollar sign in one of the jms property is missing, while i was checking it in my app.

    Earlier the jms property was $jms_redelivered and i have devloped my logic based on this property which is mapped to SI header name.
    However, after moving to RC1, my comparison failed because, now i don't see the Dollar sign in front of the header name.

    I am using Websphere Service integration bus as my jms provider.
    Is this a bug?
    --sri
    Last edited by srikondoji; Nov 6th, 2010 at 10:22 AM.

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,844

    Default

    In RC1, we removed the "$" prefix from header names. It was a big decision to make, but ultimately it was driven by the convenience factor when dealing with header names in SpEL Expressions and Groovy scripts.

    You should be able to simply remove it on your side and get the exact same functionality that you had before.

  3. #3
    Join Date
    Jan 2010
    Posts
    124

    Default

    Awesome. Thats fine with me.
    --sri
    Quote Originally Posted by Mark Fisher View Post
    In RC1, we removed the "$" prefix from header names. It was a big decision to make, but ultimately it was driven by the convenience factor when dealing with header names in SpEL Expressions and Groovy scripts.

    You should be able to simply remove it on your side and get the exact same functionality that you had before.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •