MQ Service Virtualization

Hi Team,

We have a requirement to virtualize MQ, we need to simulate host system calls which happens via MQ protocol during unavailability of host system SV server should respond.

Requirement is to publish a XML message to a request queue and subscribe with response queue ( 2 different queues request and response queues accordingly ).

Could you please help how can we configure the queue connection and create a service to publish/subscribe messages.

Thanks in advance

Mohammed Sheeraz

Parents
  • Hi,

    I'm not sure if I got your requirement correctly. XML over MQ virtual service subscribes to a request queue and publishes responses to a response queue in Simulation mode.

    If you have two pairs of request-response queues, then you need two have two virtual services - each needs to subscribe to one pair.

    If two request-response queue pairs exist due to load balancing and you basically need to have two identical virtual service, you can create first virtual service, then create a template and based on the template instantiate second virtual service and just provide second set of request-response queues in the virtual service configuration.

    Jakub

  • Hi Jakub,

    Thanks for your response.

    Yes, the requirement is XML over MQ virtual service which subscribes to a request queue and publishes responses to a response queue in Simulation mode.

    As I am new to this tool, could you please advise the steps how can we create from scratch and validate?

    1. How to configure MQ connection is there any pre-requisites jar files required to establish the connection? 

    2. How to assign the request queue to subscribe a message and publish response to a response queue?

    3. How can we test the service locally and deploy it in the server?

    It would be really very helpful if I get some support to create a service.

    Thanks & Regards,

    Mohammed Sheeraz

Reply
  • Hi Jakub,

    Thanks for your response.

    Yes, the requirement is XML over MQ virtual service which subscribes to a request queue and publishes responses to a response queue in Simulation mode.

    As I am new to this tool, could you please advise the steps how can we create from scratch and validate?

    1. How to configure MQ connection is there any pre-requisites jar files required to establish the connection? 

    2. How to assign the request queue to subscribe a message and publish response to a response queue?

    3. How can we test the service locally and deploy it in the server?

    It would be really very helpful if I get some support to create a service.

    Thanks & Regards,

    Mohammed Sheeraz

Children