Service Virtualization

  • 1.  JMS Queue Step - Assertions

    Posted Dec 07, 2018 08:09 AM

    I am passing a correlationID using a generic adapter and i have to validate the same CorreclationID and header elements in a JMS Queue step. Please let me know the option to see in ITR mode. I am not able to find the information in devtest user guide 



  • 2.  Re: JMS Queue Step - Assertions

    Broadcom Employee
    Posted Dec 09, 2018 11:48 PM

    Hi Rajeswari

     

    If I understand it right, you are sending messages to a queue by passing an explicit correlation ID and setting some message headers too. You are using JMS Send step to send the messages. 

     

    Do you want to validate if the correlation ID and message headers were indeed passed correctly on the message that has been placed in the queue ?

     

    Please correct me if i am wrong.

     

    -Sankar



  • 3.  Re: JMS Queue Step - Assertions

    Posted Dec 10, 2018 08:13 AM

    Thanks Sankar for replying . I am posting through a REST generic adapter and through JMS queue . I have two queries here :. I am posting to Queue A and listening in Queue B for the same as part of validation

    1. How to see the headers and CorrelationID that i m passing in the request queue is passed to queue B . Are there any specific assertions or options to validate this 

    2. Since queue are asynchronous , many will be posting to the queue at the same time , How to pick the data corresponding to one which i m publishing . Presently its failing as the queue in devtest is picking other messages [not the one corresponding to the data that  i m posting ] 

     

    Pls clarify me on the above two 



  • 4.  Re: JMS Queue Step - Assertions

    Posted Dec 11, 2018 01:43 AM

    @ DevTestCommunities # EMS Queue - TIBCO .. 

     

    Connecting to EMS Queue from devtest , not able to see headers inside devtest. Please suggest a solution for this .



  • 5.  Re: JMS Queue Step - Assertions

    Posted Dec 12, 2018 01:27 AM

    @DevTestCommunity - Can any one help to solve this issue