> If a client and broker implement the AMQP 1.0 standard spec, then they should be able to interoperate, right?
Right. > IE it is the standard that matters more than the particular version/revision of the client code. That's correct. That's what standards are for. > But I just want to make sure that I'm accurate in thinking that any client should work if it properly implements the standard. You're accurate. For what it's worth, every implementation of a specification will have its share of bugs. Justin On Fri, Jul 20, 2018 at 11:49 AM, dbeavon <[email protected]> wrote: > If a client and broker implement the AMQP 1.0 standard spec, then they > should > be able to interoperate, right? IE it is the standard that matters more > than the particular version/revision of the client code. > > I'm asking because redhat distributes v.1.1.8 of the amqpnetlite client and > I can get a much improved version 2.1.2 out of nuget > (https://www.nuget.org/packages/AMQPNetLite/). Both implement AMQP 1.0. > I > would like to user the newer one if possible. > > I understand that I won't get an official response from redhat on these > forums. But I just want to make sure that I'm accurate in thinking that > any > client should work if it properly implements the standard. I suspect if I > ran into a bug then redhat would ask me to repro it on 1.1.8 before they > would offer formal support. > > > > -- > Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User- > f2341805.html >
