Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Hello,
is there any way to convert to javax.jms.Message format? I need this in order to call the acknowledge service for the CLIENT_ACKNOWLEDGE mode.
Regards Sasa
Hi Sasa,
please check the IS-Build-In-Services-Guide and the Messaging-Programmers-Guide for details.
The incoming JMS-Message contains a body/message object. Map this object to the acknowldege service. This is neccessary as the acknowledge is not recognized otherwise.
Regards, Holger