cancel
Showing results for 
Search instead for 
Did you mean: 

Send file at JMS without PI, is it possible ?

Former Member
0 Kudos

Hi expert,

in my system there's not PI, is it possible to send file on JMS ? How can I do it ?

tks a lot

Accepted Solutions (1)

Accepted Solutions (1)

former_member181985
Active Contributor
0 Kudos

atleast you require a JMS Client tool for this...........

Check the JMS vendor site for the same.

You can also use a java Program which implements JMS API.

Answers (2)

Answers (2)

Former Member
0 Kudos

yes, with stack JAVA.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

you can write a small java app that will do it - the easiest way

download jms driver and code it yourself

Regards,

Michal Krawczyk

Former Member
0 Kudos

Tks for your reply...

why I need of small java app ?

where I have to write this code ?

Can I solve this problem if I store the file in the sap directories, and JMS come inside sap directory

to read the file ?

Tks a lot,

former_member181985
Active Contributor
0 Kudos

It is better write in the system from where you want to send the file.

>Can I solve this problem if I store the file in the sap directories, and JMS come inside sap directory to read the file ?

Do you mean JMS server has to read the file data. No, that is not possible.

JMS server concept is, we have to push/pull data using some JMS client.

Thanks,

- Gujjeti.

Edited by: Praveen Gujjeti on Mar 19, 2009 3:44 PM

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>Can I solve this problem if I store the file in the sap directories, and JMS come inside sap directory

to read the file ?

sure if your JMS application can do that - this is the best way

Regards,

Michal Krawczyk

Former Member
0 Kudos

Yes to read the file ...

but for to do it, what do we need in the sap system ? some plug-in or other ?