Hi, I am currently using *Activemq-3.2.2* version. We are facing some issue w.r.t socket error. Our application was timing out with a* java.net.SocketTimeoutException:* Read timed out error trying to communicate with XXX due to errors in application.
The problem was caused by active-mq3.2.2 used inside XXX; And when we verified in the forums, we found that this problem has been fixed from Activemq-4.1 version onwards. *There is the URL about the fix: https://issues.apache.org/jira/browse/AMQ-1333?jql=project%20%3D%20AMQ%20AND%20fixVersion%20%3D%20%225.1.0%22%20AND%20text%20~%20%22stop%22%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC%2C%20created%20ASC <https://issues.apache.org/jira/browse/AMQ-1333?jql=project%20%3D%20AMQ%20AND%20fixVersion%20%3D%20%225.1.0%22%20AND%20text%20~%20%22stop%22%20ORDER%20BY%20updated%20DESC%2C%20priority%20DESC%2C%20created%20ASC> * But when I am trying to upgrade to the latest *Activemq-5.9.0* version. we are facing some issues w.r.t *BrokerContainer & SpringBrokerContainerFactory* classes which are not available in latest activemq I searched all the jars, but unable to find the functionality for the above mentioned classes. We developed our application based on these classes. Pls help us to locate the relevant functionality for these classes in the latest versions. Thanks in Advance, vijay -- View this message in context: http://activemq.2283324.n4.nabble.com/BrokerContainer-SpringBrokerContainerFactory-classes-tp4678387.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.