cancel
Showing results for 
Search instead for 
Did you mean: 

JMS - configuring

Former Member
0 Kudos

Hi expert,

I have to send some file XML to streamserve. I have to do it by JMS queue.

How can I manage it ? Some suggestion, some documentation to read ???

Tks a lot,

bye.

Edited by: Roberto Baldassarre on Mar 11, 2009 6:44 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Are you saying that you are going to use JMS adapters ?

If you PI / XI system never have implemented JMS scenario before, then you have to download vendor specific JMS driver and deploy it using SDM, please refer to:

How to Install and configure external drivers for JDBC JMS (Deploy)

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f04ce027-934d-2a10-5a8f-fa0b1ed4...

Check following doc for the JMS adapter configuration

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a05b2347-01e7-2910-ceac-c45577e5...

If you need content conversion, the following blogs will help you:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a05b2347-01e7-2910-ceac-c45577e5...

http://help.sap.com/saphelp_nw04/helpdata/en/24/4cad3baabd4737bab64d0201bc0c6c/frameset.htm

Regards.

Liang

Former Member
0 Kudos

Hi Liang,

tks for your reply. Yes it's right, i'm going to use the JMS interface. Infact, the client don't had sap

before, and we have going to install sap system, so in the sap system there's nothing about jms interface. In the client system don't have XI. We can install jms without XI ?

Tks a lot,

bye.

Former Member
0 Kudos

Hi, Roberto:

If your client do not want Xi, and you would like your interface is from your SAP system to your JMS queue directly, this is called point-to-point connection.

Actually you will need to investigate loose-coupled interface since one side is ABAP, the other side is Java.

You can use web service, but you need to program on both side (ABAP and Java).

Just a though.

Regards.

Liang

Answers (0)