cancel
Showing results for 
Search instead for 
Did you mean: 

data type for JMS adapter

Former Member
0 Kudos

Hi,

Can any once provide me the the general format of data type for JMS adapter.

I need to the configure MQ series as a sender.

Thanks and Regards,

Manoj

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Hi Manoj,

If you need to get an XML strucutre from JMS Adapter u surely need to use JMS module adapter. The datatype for JMS message will be like any other xml messsage for a File.

JMS messages consist of three parts : the message header, message porperties and the messsge body. The message header contains a number of predefined fields that the JMS clients and providers use to idetify and route messages.

The Header and Properties part would be generated by the Message Queue System according to the Interface Implementation

Please check out this

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f02d12a7-0201-0010-5780-8bf...

Regards,

Prateek

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for your help

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

depends on how your messaage will look like

if you use XML files you create a data type (and message type)

that will look like your message

if you use non XML files you can create more general data type

as you will need to change it's structure inside jms adapter module

Regards,

michal