Steps to reproduce:
- proadsv -start
- asbman -name asbroker1 -start
- asbman -name asbroker1 -listallprops
Notice this line in the output:
requestTimeout(*)=15
- Use OpenEdge Explorer (OEE) to alter requestTimeout to 30
OEE shows 30 now
ubroker.properties shows 30 now
- asbman -name asbroker1 -listallprops
requestTimeout is still 15
- stop asbroker1 and restart asbroker1
asbman -name asbroker1 -stop
asbman -name asbroker1 -start
- asbman -name asbroker1 -listallprops
requestTimeout is still 15
- proadsv -stop
- proadsv -start
- asbman -name asbroker1 -start
- asbman -name asbroker1 -listallprops
requestTimeout is now 30