Integration with ActiveMQ, RabbitMQ or JMS?

multiverse
Kilo Explorer

Have there been any successful integrations with message queues?

7 REPLIES 7

Scheb
Kilo Explorer

Once upon a time (2010-ish), there was a JMS integration plugin. It seems to have disappeared from the SN world since then. I've just put in a support ticket asking about it. When I get the reply, i'll let you know.


udayby
Kilo Explorer

Hello,

a) Does ServiceNow come with a plugin for JMS?
b) Has anyone successfully integrated ServiceNow with ActiveMQ?
c) If a JMS plugin does not exist, What are our other available options to create a custom component for integrating with a JMS provider to send & receive messages?

Thank you.


john_andersen
Tera Guru

ServiceNow used to have a plugin for JMS, but it required custom JAR files to be installed on the instance. That was OK when ServiceNow had a couple of customers only. Given the size of ServiceNow and the automation in place, they no longer allow custom Java Libraries to be loaded onto the instance itself. This is the reason that the plugin is no longer available.

Most people connect to JMS and other messaging queues through SOAP Web Service interfaces provide by Messaging Buses.


Thank you John. I will explore that option.