Skip to main content
Question

Connecting to a JMS cluster, what to enter in the Provider URL?

  • February 12, 2020
  • 3 replies
  • 149 views

martinkoch
Supporter
Forum|alt.badge.img+22

Hello all,

I succesfully connected to an Oracle Weblogic ESB (JMS) with some publications and subscriptions.

But...

The infrastructure here has a JMS-cluster, meaning there are two url-entries, not one.

Connecting to one of the two works fine, but does not have the redundancy intended by having a cluster of two.

So, when I put one URL in the Provider URL-field it works, but how can I enter two, for redundancy?

This goes for publications and subscriptions.

 

Kind regards,

Martin

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.

3 replies

nampreetatsafe
Safer
Forum|alt.badge.img+13
  • Safer
  • 383 replies
  • February 19, 2020

Hi @martinkoch, have you tried using a comma separated list, e.g. t3://hostA:7001,hostA:7002,hostB:7001,hostB:700

(reference: https://docs.oracle.com/cd/E17904_01/web.1111/e13738/best_practice.htm#JMSAD637)


martinkoch
Supporter
Forum|alt.badge.img+22
  • Author
  • Supporter
  • 87 replies
  • February 27, 2020

Hi @martinkoch, have you tried using a comma separated list, e.g. t3://hostA:7001,hostA:7002,hostB:7001,hostB:700

(reference: https://docs.oracle.com/cd/E17904_01/web.1111/e13738/best_practice.htm#JMSAD637)

Thanks for 'the missing manual' part!!!

Next time I visit this project at this client, I will try this in Acceptance.

Remember I did try something with no result, but don't remember what.

If it works, I will report back, perhaps above link can be added to the FME Documentation then.

Kind regards ,

Martin


martinkoch
Supporter
Forum|alt.badge.img+22
  • Author
  • Supporter
  • 87 replies
  • May 14, 2020

Hi @martinkoch, have you tried using a comma separated list, e.g. t3://hostA:7001,hostA:7002,hostB:7001,hostB:700

(reference: https://docs.oracle.com/cd/E17904_01/web.1111/e13738/best_practice.htm#JMSAD637)

Took some time before I had the opportunity to try this at a client, but can confirm... It works. Method suggested with @nampreetatsafe made the connection to both members of the JMS-cluster.

Hurrah... success...

 

 

Please add this to the manual ;-)