cancel
Showing results for 
Search instead for 
Did you mean: 

jms queues how to send the files?

former_member270261
Participant
0 Kudos

can we send files(txt,pdf,xml) to jms queues? here jms is sender?

Accepted Solutions (1)

Accepted Solutions (1)

former_member270261
Participant
0 Kudos


Hi,

our scenario is having the two middlewares,websphere is placing file to FTP.

PI (sender is JMS)  is picking the files from FTP.

can anyone give me the suggestion..?

Muniyappan
Active Contributor
0 Kudos

Hi narendaran,

if web sphere is able to send the data to FTP then you can use file adapter to pick the files.

if it is sending it to queue(jms) then you can use jms adapter. you can handle txt and xml files.if it is pdf then you need the java mapping to handle it.

better go with xml.

Answers (1)

Answers (1)

former_member182455
Active Contributor
0 Kudos