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

Reply
  • 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

Children