ServiceNow integration with IBM MQ

victor21
Tera Guru

Hi Experts,

 

I have a requirement to integrate with IBM MQ in order to process information from IBM MQ queues. I am unable to find any documentations regarding this so I am wondering if anyone could point me into the right direction.
Any documentation, ideas or suggestions will be greatly appreciated.

 

Thanks & regards,

 

//Victor

5 REPLIES 5

@victor21 i am also not aware much more on that but I can suggest you something if works for you,

1. Start sending request request servicenow side through ecc queue with calling powershell function

2. For connection you can use TCPClient and SslStream

3. In response from there (IBM WMQ) side send data in response or

If you need to send back anything after getting response you can do.

 

I can help you more from Servicenow side if needed in future , but if you don't feel confident from IBM WMQ side then I will suggest you to take vendor help because documentation will say everything in a page which all are even not necessary to implement.

 

Hope this will help you.