You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I stop the nats container, and then restart again, the nats-brigde is not reconnecting.
2022/11/10 15:03:40.020743 [INF] skipping NATS streaming connection, not configured
2022/11/10 15:03:40.021205 [INF] nats connection is down, will try reconnecting to streaming and restarting connectors in 5000 milliseconds
2022/11/10 15:03:40.021214 [INF] trying to reconnect to nats streaming
2022/11/10 15:03:40.021216 [INF] skipping NATS streaming connection, not configured
2022/11/10 15:03:40.021696 [INF] nats connection is down, will try reconnecting to streaming and restarting connectors in 5000 milliseconds
2022/11/10 15:03:40.021705 [INF] trying to reconnect to nats streaming
2022/11/10 15:03:40.021706 [INF] skipping NATS streaming connection, not configured
I have to restart the nats-brigde container, then it's working again.
2022/11/10 15:06:38.773229 [INF] loading configuration from "/mqbridge.conf"
2022/11/10 15:06:38.773440 [INF] starting MQ-NATS bridge, version 0.5
2022/11/10 15:06:38.773452 [INF] server time is Thu Nov 10 15:06:38 UTC 2022
2022/11/10 15:06:38.773455 [INF] connecting to NATS core
2022/11/10 15:06:38.775764 [INF] skipping NATS streaming connection, not configured
2022/11/10 15:06:38.775798 [TRC] starting connection Queue:MCM.NATS.MRS.LIS.IN to NATS:mars.lis
2022/11/10 15:06:38.795788 [TRC] connected to queue manager QM_MCM_DEV at mq-dev.company.com(1414) as MCM.CH.ENT for Queue:MCM.NATS.MRS.LIS.IN to NATS:mars.lis
2022/11/10 15:06:38.796214 [TRC] setting up callback for Queue:MCM.NATS.MRS.LIS.IN to NATS:mrs.lis
2022/11/10 15:06:38.796357 [TRC] opened and reading MCM.NATS.MRS.LIS.IN
2022/11/10 15:06:38.796365 [INF] started connection Queue:MCM.NATS.MRS.LIS.IN to NATS:mrs.lis
2022/11/10 15:06:38.796588 [INF] starting http monitor on :9090
2022/11/10 15:06:38.797138 [TRC] Queue:MCM.NATS.MRS.LIS.IN to NATS:mrs.lis got raw mq message with body of length 596
2022/11/10 15:06:38.798088 [TRC] Queue:MCM.NATS.MRS.LIS.IN to NATS:mrs.lis got raw mq message with body of length 583
2022/11/10 15:06:38.799128 [TRC] Queue:MCM.NATS.MRS.LIS.IN to NATS:mrs.lis got raw mq message with body of length 589
2022/11/10 15:06:38.799881 [TRC] Queue:MCM.NATS.MRS.LIS.IN to NATS:mrs.lis got raw mq message with body of length 580
2022/11/10 15:06:38.800717 [TRC] Queue:MCM.NATS.MRS.LIS.IN to NATS:mrs.lis got raw mq message with body of length 583
2022/11/10 15:06:38.801527 [TRC] Queue:MCM.NATS.MRS.LIS.IN to NATS:mrs.lis got raw mq message with body of length 636
The text was updated successfully, but these errors were encountered:
mikekuzak
changed the title
Reconnect not working if
Reconnect not working if nats down
Nov 10, 2022
Running in Docker:
nats-brigde: NATS-MQ Bridge ProductVersion=0.5.0
nats: 2.8.4
When I stop the nats container, and then restart again, the nats-brigde is not reconnecting.
I have to restart the nats-brigde container, then it's working again.
The text was updated successfully, but these errors were encountered: