Discussion
View Request XML of Connect-MQ service
Hi team,
Please suggest how to find the request XML for Connect-MQ service. I have done server configaration and confirmed channel and ports are open. But whenever I am trying to post message in trhe queue, queue is not accepting thr request XML, but I cannot see the request XML which is pega poesting to MQ service. Please let me know how i can view the Request XML, if i can print it in the log that is also fine. But where i need to write it. I am using XML stream in request tab of connect-MQ rule. Please help
Your question has 2 problems -
Question 1 :
You need the XML that is part of the request - Before calling the connect-jms method, just do a property-set-xml sending the XMLStream,XML Type as in puts to the method in the activity. In this way you get the xml. You can also trace and observe the Request xml .
Question 2: I am trying to post message in trhe queue, queue is not accepting thr request XML
For this before executing and trying to Queue, please check the connectivity of the In your connect JMS rule to start debugging. If connectivity is good, have a mirror Queue to see items in the Queue as the items in Q are processed relatively faster.
Thanks,
Ashok