8 Dec 19:32
Problem to Getting ISORequest from Transaction Context in Txn Manager for Some Transactions
Hi, We have faced problem for Transaction Context . We have sent multiple json requests by the help of Apache Jakarta JMeter. we have used Apache Jakarta JMeter , through which at a time we can sent Multiple Transactions from Multipl Users. Our Rest JSON Web Service sent the requests to Q2 Server by converting json to ISOMsg and also received the ISOMsg and sent to Jakrata JMeter by converting ISOMsg to JSON. In this process, we successfully done the transaction end to end from VT to Gateway through Web Services. But we have faced the problems when multiple users at a time hit the requests to Q2 Server. We have gone through Following steps to handle the Transactions in Q2 Server. 1.Q2 Server received the requests by ISOMsg Request Listener. 2.ISOMsg Request Listener put the ISO Request and ISO Source in Context. 3.we put the Context into Transaction Manager Acquirer Space. 4.All the Transaction Participants under the Acquirer Transaction Manager acessed the Context by extending Transaction Participant. 5.In this Process we have handled the Transactions. But When We hit multiple transactions and we acessed the IsoRequest in Transaction Participant by getting it from Transaction Context, it is returning null for some Transactions.(Continue reading)
RSS Feed