cancel
Showing results for 
Search instead for 
Did you mean: 

JMS vs File adapter

05-15-2008 10:31 PM
903 views 6 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

JMS and FILE adapter are accepting XML input..

When there is an XML input provided....why are we going with JMS...is ther some specific reason why we go with JMS....is that beacuse of Q management...

can some one clarify....

0 Likes
View Entire Topic
Former Member
0 Likes

JMS Adapter is used when we are talking to some messaging systems like MQ Series.

File adapter is basically for handling files.

You can generate xml out of flat file using File Content Conversion.

Thanks

Sebin

Former Member
0 Likes

JMS Adapter used for to connect IBM MQ Series, MQ will genarate Data , Message protocol , Transport protocol, Message protocol entirely different compare to File Adapter,JMS adapter also supports XLM File

File Adapter Supports CSV,Text file, XML file ....

But which adapter using is based on your source and receiver system... Suppose your Source system Genarating data XML file's. the source system is MQ, we will Go for JMS Adapter.....

Like source system Legacy system generating xml files storing FTP Server, we use File Adapter.....

Regards,

raj