Skip to main content

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

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)


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


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 😉

Reply