RE: [EXTERNAL] Re: ActiveMQ classic - ActiveMQConnection - Connect Response Timeout

2021-09-23 Thread Youyu Shao
I hope this can be achieved via ActiveMQConnectionFactory.setCallTimeout(...) before creating JMS connection. Youyu From: Martin Lichtin Sent: Thursday, September 23, 2021 1:06 PM To: users@activemq.apache.org Subject: [EXTERNAL] Re: ActiveMQ classic - ActiveMQConnection - Connect Response Time

Re: ActiveMQ classic - ActiveMQConnection - Connect Response Timeout

2021-09-23 Thread Martin Lichtin
Unfortunately I believe it's not one of these timeouts. What you mention below affects TcpTransport, but here we're talking about a setter for ActiveMQConnection On 2021/09/23 16:41:24, Matt Pavlovich wrote: > Hi Martin-> > > Check out the docs here: https://activemq.apache.org/tcp-transport-re

Re: ActiveMQ classic - ActiveMQConnection - Connect Response Timeout

2021-09-23 Thread Matt Pavlovich
Hi Martin- Check out the docs here: https://activemq.apache.org/tcp-transport-reference Sounds like you want ‘client-side' connectionTimeout soTimeout soWriteTimeout Let us know how it goes! -Matt > On Sep 23, 2021, at 11:03 AM, Martin Li

ActiveMQ classic - ActiveMQConnection - Connect Response Timeout

2021-09-23 Thread Martin Lichtin
I can't seem to find any documentation on the configurable "connect response timeout" of an ActiveMQConnection. Believe it's used only in method ensureConnectionInfoSent() but still would like to understand it and also is the default value 0 reasonable or would it not make sense to configure a