Skip to content

Commit

Permalink
Change the default value of the imqPortMapperSoTimeout property
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed May 10, 2024
1 parent 89256c8 commit 5efe5fe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#
# Copyright (c) 2024 Contributors to the Eclipse Foundation
# Copyright (c) 2000, 2017 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -27,7 +28,7 @@ imqAbortOnPingAckTimeout=false
imqConnectionType=TCP
imqConnectionHandler=com.sun.messaging.jmq.jmsclient.protocol.tcp.TCPStreamHandler
imqSocketConnectTimeout=0
imqPortMapperSoTimeout=-1
imqPortMapperSoTimeout=60000
#The following properties do not belong here since they are really controlled by imqConnectionHandler
#Remember to remove the block after admin is able to handle this properly
imqBrokerHostName=localhost
Expand Down

0 comments on commit 5efe5fe

Please sign in to comment.