Standalone JMS .Net Client Results in Error: System.Exception: Expect Hello Response but Got 6,0
Hi Team,
Standalone JMS .Net Client getting below error.
Do we have any fix for this issue? Yes Third party software Dynatrace Agent running on our server if we turned it off and connections do work, however, on production we can't turn it off. still looking for a fix with dynatrace up and running
WebLogic.Messaging.MessageException: Problem creating context
--> System.Exception: Expect hello response but got 6,0
at WebLogic.Messaging.Transport.T3Client.T3Connection.ProcessHelloResponse(Stream input)
at WebLogic.Messaging.Transport.T3Client.T3Connection..ctor(String hostAddress, Int32 port, Int32 soketTO, T3PeerInfo peerInfo, SByte serviceId)
at WebLogic.Messaging.Transport.T3Client.TransportSPIImpl.StartClient(String host, Int32 port, TransportUserCfgParameters paras, IMarshalReadableFactory mrf, ITransportThreadPool pool)