Service Virtualization

  • 1.  How to virtualize IBM MQs in LISA.

    Posted Sep 28, 2015 12:56 PM

    There are 3 queues in application.

     

    SenderQueue (QM: SampleQM, 1414 Port)

    ReceiverQueue1 (QM: SampleQM, 1414 Port)

    ReceiverQueue2 (QM: SampleQM, 1414 Port)


    I have created 3 proxy queues

    Proxy.SenderQueue (QM: SampleQM, 1414 Port)

    Proxy.ReceiverQueue1 (QM: SampleQM, 1414 Port)

    Proxy.ReceiverQueue2 (QM: SampleQM, 1414 Port)


    I am giving all information in VSE Recorder but i am not getting any recorded data in Sender queue.


    Please help me.



  • 2.  Re: How to virtualize IBM MQs in LISA.

    Posted Sep 28, 2015 01:26 PM

    Are you reconfiguring the client side of your application to use the proxy queues instead of the live queues?



  • 3.  Re: How to virtualize IBM MQs in LISA.

    Posted Sep 28, 2015 01:29 PM

    I am using Live Queues in client side of application



  • 4.  Re: How to virtualize IBM MQs in LISA.
    Best Answer

    Posted Sep 28, 2015 01:31 PM


  • 5.  Re: How to virtualize IBM MQs in LISA.

    Posted Sep 28, 2015 01:45 PM

    Huh, I didn't even know those videos existed.

     

    Be aware that the linked video is using the old IBM MQ transport protocol.  The new IBM MQ Native transport protocol works basically the same way but has a more streamlined configuration process.



  • 6.  Re: How to virtualize IBM MQs in LISA.

    Posted Sep 29, 2015 12:34 PM

    Thanks alot for your Support.



  • 7.  Re: How to virtualize IBM MQs in LISA.

    Posted Apr 20, 2016 04:18 PM

    Hi All,

    Can you please help me to understand how client application (Java, JMS Client like HermesJMS) will connect to virtual service. I have implemented IBM MQ Native virtual service using DevTest 9.1 which has been deployed on another server and my client application is running on different server. What will be the configuration details do i need to provide in client application ?

    Whenever I am trying to connect from client application, it is pointing to live MQ server rather than virtual MQ service. Please help !

    Thanks.



  • 8.  Re: How to virtualize IBM MQs in LISA.

    Posted Apr 20, 2016 05:41 PM

    Again, don't mix JMS and Native MQ modes if you can help it.

     

    It doesn't matter what server your client and VS are actually running on.  What matters is the Queue Manager(s) and Queues those applications are connecting to.  As long as both your client and your VS connect to the same MQ server, the same Queue Manager, and use the same queue names then they should be able to communicate.



  • 9.  Re: How to virtualize IBM MQs in LISA.

    Posted Apr 21, 2016 10:57 AM

    Thanks Kevin.