Solved
Forum Discussion
nmrao
8 years agoCommunity Hero
Since that is a jms message, you can give a try below:
//If works, then it should fetch the value of SubscriberId property
log.info mockRequest.message.getStringProperty('SubscriberId')
Since that is a jms message, you can give a try below:
//If works, then it should fetch the value of SubscriberId property
log.info mockRequest.message.getStringProperty('SubscriberId')