ServiceNow integration with IBM MQ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2023 01:11 AM
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
- Labels:
-
IntegrationHub
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2023 04:02 AM
Did you try IBM MQ's rest API Getting started with the messaging REST API - IBM Documentation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2023 05:56 AM
Hi Abhijit,
Thanks for your suggestion! - I will check it out and let you know.
Regards,
//Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2023 08:33 AM
@victor21 i will suggest you to use powershell functionality.
Where you can create a power shell script on mid server , and use ecc queue( input for incoming request and output for going from servicenow) with appropriate parameter to call and pass value of function in powershell.
Hope this will help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2023 11:37 PM
Hi Abhay,
Thanks for you suggestion - I was also thinking along the same line. The problem is that I do not have much knowledge regarding IBM WMQ so, I am not sure how I would proceed to get information from the queue using scripts.
Is this something you can help with?
Thanks for your idea so far.
Regards,
//Victor