On 07/20/2018 12:49 PM, dbeavon 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
If a client implements the AMQP 1.0 specification correctly then it
should work, notwithstanding any bugs in the chosen client or broker
versions that might manifest themselves, subtle changes in behavior
between client versions and broker versions have been know to surface
issues from time to time.
--
Tim Bish