write JMS message with ACI calls in natural howto format the Message

I’m looking for an example program in Natural which write an JMS message.
The Server which get’s the Message is an “normal” Javaprogram.
How is the format of an JMS message.

to get information i wrote a Program which reiceive a JMS message from EntireX; a java program has send the message:

JMS ?? ¬í ?z ?? ?TextMessage ? $ID:12Sep12-224937-00000L-0000OK:2302 ?9ö™8 ?false ? ? ?JMSXUserID ?String ?wm u<?xml version="1.0" encoding="ISO-8859-1"?>?? 661015?</z

the data to send begins with <?xml…>
how can i format the start of data

EntireX actually supports this JMS to Natural scenario.
Please check the documentation at http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuites/wmsuite8-2_sp2/EntireX/8-2-SP2_EntireX/aci_jms/writeApps.htm#Connecting_JMS_and_Non_JMS_Applications

There are also examples available, see the examples/jms directory.