cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Web Services Call with MQSeries

chaiphon
Contributor
0 Kudos

Hi all,

Our system is ECC 6.0 NW 7.0 SP15 with no PI and XI. Currently we can connect between SAP and Third party using web services call directly. However, our network & infrastructure team want to use MQseries as a message queue and broker.

We can connect to MQ using IDOC for asynchronous method. But for synchronous method, how can we connect to MQ? Can SAP call web services to MQ or pass the message to MQ synchronously? How to do that?

Thanks,

Chaiphon

Accepted Solutions (1)

Accepted Solutions (1)

VijayKonam
Active Contributor
0 Kudos

First of all, I do not think a Queueing system supports synchronous calls (Please correct me if I am wrong). The name it self says that, the system queues messages instead of immediately responding. May be if MQ seriese supports giving a transportation acknowledgement thus simulating the synchronous calls, it might support.

As per my understanding, queuing systems only support async messages.

VJ

Answers (0)