How To Convert String To javax.jms.Message

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