cancel
Showing results for 
Search instead for 
Did you mean: 

Failover not working in receiver channel jms for sap po

0 Kudos

Hello,

I must configure multiple server nodes in JMS server channel for high availablity(if server 1 is down it should send to second one)

i test failover in the channel receiver in the parameter setbrocker but it's doesn' work when the first is ko the channel not work and doesn't check the second.

i tested also combinaisons comma, back-slach and %2C in the parameters setbroker and constructor

java.lang.String failover:tcp://logiy1oex01.nl.gcp.dktinfra.cloud:61616%2Ctcp://logiy2.nl.gcp.dktinfra.cloud:61616

java.lang.String failover:tcp://logiy.nl.gcp.dktinfra.cloud:61616\tcp://logiy2.nl.gcp.dktinfra.cloud:61616

java.lang.String failover:tcp://logiy.nl.gcp.dktinfra.cloud:61616.tcp://logiy1o.nl.gcp.dktinfra.cloud:61616

Always the same error when i do a ping on channel: null error or it loads without timeout.

could you please help me to resolve this issue

find attached my configuration.

thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

porblem resolved using backslash and comma \,