Re: Durable subscription across network connector

2019-01-21 Thread Christopher Shannon
First make sure you are using the latest version of the broker. Second, are you using a mixture of durable subscriptions and non-durable subscriptions? If you are you might need to add a forceDurable flag to your set up. Normally the creation of a durable subscription by S on broker B should crea

Durable subscription across network connector

2019-01-19 Thread carl
Hi, I'm having trouble with the following problem. This is my layout with a Publisher P, Subscriber S and brokers A and B. P ---> A ---> B ---> S I need any message that P publishes to any topic to reliably reach S. I successfully setup a durable subscription between B and S. So that covers the