Re: Client - Server version mismatch

2016-09-27 Thread Geoff Mina
Thanks. Good info. > On Sep 27, 2016, at 7:49 AM, Christopher Shannon > wrote: > > Running different versions should be ok because OpenWire (the protocol > used) goes through a negotiation process. The client/sever will negotiate > the highest common protocol

Re: Client - Server version mismatch

2016-09-27 Thread Christopher Shannon
Running different versions should be ok because OpenWire (the protocol used) goes through a negotiation process. The client/sever will negotiate the highest common protocol version it can so you can use an old client to talk to a newer server. That being said there might be some bug fixes in the

Client - Server version mismatch

2016-09-27 Thread Geoff Mina
How important is it to have the exact same client and server jar versions. We are running 5.14.0 server but our clients have 5.13.2 jars. Everything seems ok - but we have had a few weird issues in our network of brokers. Thanks for any insight.