Integration with ActiveMQ, RabbitMQ or JMS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2013 02:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2013 10:25 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2013 10:33 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2013 11:50 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2013 02:00 PM
Thank you John. I will explore that option.