Service Virtualization

  • 1.  how can i get multiple responses for single request

    Posted Nov 09, 2016 09:09 AM

    How can i get multiple responses for single Request ( one request ,four responses with minimal time gap)

    I have created VS via RR pairs, i tried with http and tcp protocals no use. via JMS and MQ it's possiable but  here we are  not using queues . can anyone help me on this issue.



  • 2.  Re: how can i get multiple responses for single request

    Posted Nov 09, 2016 09:28 AM

    Hi,

     

    Which is the protocol your using ? http or tcp or JMS or MQ?

     

    Thanks,

    Abhishek



  • 3.  Re: how can i get multiple responses for single request

    Posted Nov 09, 2016 09:43 AM

    Hi Abhi,

     

    tcp

     

     

    Thanks,

    Bhairava prasad kolluri



  • 4.  Re: how can i get multiple responses for single request
    Best Answer

    Broadcom Employee
    Posted May 21, 2017 08:26 PM

    Hi Bhairav,

     

        In general, HTTP or TCP protocol will not accept multiple responses. Because once the response is received by http request, it will close the connection.

     

    Thanks

    Srikanth



  • 5.  Re: how can i get multiple responses for single request

    Posted May 19, 2017 05:18 AM

    Any break through in this?