cshannon commented on PR #1740: URL: https://github.com/apache/activemq/pull/1740#issuecomment-4026222146
@jbonofre - One more thing, if adding a new requestTimeout property for the connection, you should added the property to the `ActiveMQConnectionFactory`. [Here](https://github.com/apache/activemq/blob/6060f9bcd3b38c47225db1162260be6309590c44/activemq-client/src/main/java/org/apache/activemq/ActiveMQConnectionFactory.java#L143) is where sendTimeout is on the factory, so adding requestTimeout means you could do something like:` tcp://localhost:61656?jms.requestTimeout=30000` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
