[
https://issues.apache.org/jira/browse/AMQ-8089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher L. Shannon closed AMQ-8089.
---------------------------------------
Resolution: Not A Problem
This is most likely not a bug and something on your end. The log message
indications your local wireformat is version 5.15.10 and the remote version
says 5.16.0 which means one either your client or broker is running version
5.15.10 and the other side is 5.16.0. The data is loaded from the jars manifest
file statically in the ActiveMQConnectionMetaData class and cached there for
each JVM. So if you think there's an issue I'd probably start in that class
trying to debug and see what value it's loading because the Jars distributed
with 5.16.0 have the right version.
> ProviderVersion being reported as 5.15.10 in version 5.16.0
> -----------------------------------------------------------
>
> Key: AMQ-8089
> URL: https://issues.apache.org/jira/browse/AMQ-8089
> Project: ActiveMQ
> Issue Type: Bug
> Components: Transport
> Affects Versions: 5.16.0
> Reporter: Scott M Messner
> Priority: Trivial
>
> Hello,
> I'm debugging a separate problem, but I stumbled upon this. The client rxd an
> unexpected ProviderVersion. Just wanted to make sure, is this normal ?
> 17:06:50.999 [ActiveMQ Transport:
> ssl://blackstrype.com/xxx.xxx.xxx.xxx:yyyyy] DEBUG
> o.a.a.transport.InactivityMonitor - Using min of local: WireFormatInfo {
> version=12, properties={TcpNoDelayEnabled=true, SizePrefixDisabled=false,
> CacheSize=1024, ProviderName=ActiveMQ, StackTraceEnabled=true,
> PlatformDetails=Java, CacheEnabled=true, TightEncodingEnabled=true,
> MaxFrameSize=9223372036854775807, MaxInactivityDuration=30000,
> MaxInactivityDurationInitalDelay=10000,
> +{color:#de350b}*ProviderVersion=5.15.10*{color}+}, magic=[A,c,t,i,v,e,M,Q]}
> and remote: WireFormatInfo { version=12, properties={TcpNoDelayEnabled=true,
> SizePrefixDisabled=false, CacheSize=1024, ProviderName=ActiveMQ,
> StackTraceEnabled=true, PlatformDetails=Java, CacheEnabled=true,
> TightEncodingEnabled=true, MaxFrameSize=9223372036854775807,
> MaxInactivityDuration=30000, MaxInactivityDurationInitalDelay=10000,
> {color:#00875a}ProviderVersion=5.16.0{color}}, magic=[A,c,t,i,v,e,M,Q]}
> 17:06:50.999 [ActiveMQ Transport:
> ssl://blackstrype.com/xxx.xxx.xxx.xxx:yyyyy] DEBUG
> o.a.a.transport.WireFormatNegotiator - Received WireFormat: WireFormatInfo \{
> version=12, properties={TcpNoDelayEnabled=true, SizePrefixDisabled=false,
> CacheSize=1024, ProviderName=ActiveMQ, StackTraceEnabled=true,
> PlatformDetails=Java, CacheEnabled=true, TightEncodingEnabled=true,
> MaxFrameSize=9223372036854775807, MaxInactivityDuration=30000,
> MaxInactivityDurationInitalDelay=10000, ProviderVersion=5.16.0},
> magic=[A,c,t,i,v,e,M,Q]}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)