cancel
Showing results for 
Search instead for 
Did you mean: 

proxy to jms

Former Member
0 Kudos

Hello

Need to do a async proxy to jms scenario. Is there any blog for this ?

on receviing side i need to connect to MS MQ : microsoft mq. is it possible via PI ?

if given a option which adapter would you choose b/w receiver jms or jdbc ?

thnks

Edited by: sap_logic on Aug 10, 2010 4:25 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Need to do a async proxy to jms scenario. Is there any blog for this ?

This is a simple Proxy -> PI -> JMS scenario. Please search on SDN for such basic question.

on receviing side i need to connect to MS MQ : microsoft mq. is it possible via PI ?

Yes.

if given a option which adapter would you choose b/w receiver jms or jdbc ?

Completely depends on what the receiving system is and other details.

Regards,

Neetesh

Former Member
0 Kudos

Thanks...

According to below blog we cannot connect to MS MQ unless we have iway adapter.

Former Member
0 Kudos

opps ... sorry, forgot to mention that you need 3rd party adapter for this

prateek
Active Contributor
0 Kudos

As MS MQ series doesn't seems to be JMS compliant, if you have been given option to insert data directly into database, go for JDBC adapter.

Instead of purchasing new adapter or developing your own code, it would be better to either put some effort to convert the data to some xml format and provide it using FTP or HTTP.

Regards,

Prateek

Answers (0)