Monday, September 14, 2015

Universal Test Client

It is an utility provided by IBM in RAD.

Read more about UTC:


We can test request and response on different queues with the help of UTC.
steps:
-We can put xml requests on the request queue in UTC
-You need to provide JNDI names for the respective queue and queueConnection factory(JNDI names can be found in ibm-ejb-jar-bnd.xmi in DWLMessagingAdapter project)
-After sending an xml on request queue reponse will be generated on Reponse queue.
-We can check that response in Admin Console->Service Integration->Buses->Messaging engine->Queue points

1 comment: