Bugfix
(User-visible)
The default for the IBMMQ reconnect timeout is stored in the wrong format and thus generates the following error:
Invalid configuration interface 'com.top_logic.services.jms.ibmmq.IBMMQClient$Config': Property 'getReconnectTimeout()': Default value does not conform to property type 'long'. Value: 4min: Property 'getReconnectTimeout()': Value '4min' (Class: java.lang.String) is not of expected type 'java.lang.Long'.
The error was caused by ticket #28760.