I met the same problem "TcpTransport.cs - close() taking 30 seconds" in my
program with Apache.NMS.ActiveMQ 1.6.2.
My C# client is using .NET 4.0, ActiveMQ 5.6.0 and NMS 1.6.0 in Windows 7 64
bits OS.
In the forum, I read the message said version 1.6.2 fix it, but I read the
source code for 1.6.2, find it haven't change the source
code for it,and the time for MAX_THREAD_WAIT is still 30 seconds. I read the
message wrote by Jim Gomes at 10/Apr/14:
"Resolving the issue based on previous check-in fix" and said it already fix in
version 1.7.
But I find the newest version in the activemq website is 1.6.2, How can I find
version 1.7? or when is the version 1.7 release?
If I upgrade Apache.NMS.ActiveMQ to version 1.7, do I need upgrade my ActiveMQ?
thanks.