PRPC 7.1.8 , JMS MDB Listener
We have a jms listener that takes some information and then is expected to augment that information.
Some of the info that we need to get is only available in the pxRequestor page, however all attempts to access data in the pxRequestor come back blank.
Things like; pxRequestor.pxReqServer , pxRequestor.pxReqServerPort , pxRequestor.pxAlertSessionCount
They all come back empty when the activity is called via a JMS MDB Listener rule.
Joseph, the properties pxReqServer and pxReqServerPort only get populated when HTTP-based requests are made into Pega. This means all requests made to Pega via the browser or through calls made to Pega SOAP/HTTP/REST services. That's why you don't find them populated in case of JMS services. I can't think of any workarounds at this point. Let's see if anyone here has any ideas.