Skip to main content
Question

How to connectFME to a TIBCO EMS JMS queue

  • July 15, 2020
  • 9 replies
  • 44 views

I am trying to build an integration between a few of our vendors, and one of them requires us to connect to a Tibco JMS queue. I'm not a java guy, and have been trying to find some information to help get this going, but has anyone set up this connection before that could help me?

 

Thanks!

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

9 replies

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • July 15, 2020

I have no experience with JMS queues, but know that two transformers exist for connecting to JMS queues:

JMSReceiver and JMSSender

These links are for the documentation of the two transformers.

Hope this helps.


  • Author
  • 4 replies
  • July 15, 2020

I have no experience with JMS queues, but know that two transformers exist for connecting to JMS queues:

JMSReceiver and JMSSender

These links are for the documentation of the two transformers.

Hope this helps.

Thanks for the reply. I've seen those pages, but unfortunately I'm looking for specific settings/classnames/bindings needed to get the connect to work :)


  • 2 replies
  • August 13, 2020

I have no experience with JMS queues, but know that two transformers exist for connecting to JMS queues:

JMSReceiver and JMSSender

These links are for the documentation of the two transformers.

Hope this helps.

We have gotten the jar files from the vendor installed in the plugin directory, and they seem to be found, but the error we receive is shown in this screenshot (along with the settings we're trying)

 


  • 2 replies
  • August 13, 2020

I have no experience with JMS queues, but know that two transformers exist for connecting to JMS queues:

JMSReceiver and JMSSender

These links are for the documentation of the two transformers.

Hope this helps.

JMSError


steveatsafe
Safer
Forum|alt.badge.img+13
  • Safer
  • 422 replies
  • August 13, 2020

Hi @shester​ @mconway​ 

I believe we will need to look at this more closely at Safe Software Support. Sean, I'll reach out to you shortly. Hopefully we can post a solution back here soon.


  • 1 reply
  • October 19, 2020

Hi

Did you arrive at a suitable solution for connecting FME to EMS Queue - is this possible within FME?


steveatsafe
Safer
Forum|alt.badge.img+13
  • Safer
  • 422 replies
  • October 20, 2020

Hi @mark.buttle​ ,

We were able to get FME to connect to EMS Queue, however not with SSL enabled. So if that is not a requirement it is possible. If you need the SSL enabled it might be worth investigating that with you and if you could, submit a case at www.safe.com/support. Please address SteveAtSafe.


steveatsafe
Safer
Forum|alt.badge.img+13
  • Safer
  • 422 replies
  • October 20, 2020

Hi @mark.buttle​ ,

We were able to get FME to connect to EMS Queue, however not with SSL enabled. So if that is not a requirement it is possible. If you need the SSL enabled it might be worth investigating that with you and if you could, submit a case at www.safe.com/support. Please address SteveAtSafe.

And thanks for pinging this post. I can add an update.


  • Author
  • 4 replies
  • October 22, 2020

We worked with the team at Safe, but were never able to get the Tibco JMS connection working on our side (our vendor required SSL). We had to settle for a java application that just forwards events from Tibco to an FME topic.