Yes. This problem was resolved long time back in 8.2 version and forward ported to 9.x releases.
JMS queues always use re-delivery count setting. In your case, it appears that queue in server has a different value, so client (IS?) is not able to connect to that particular queue in server. This issue used to occur because of following upgrade steps:
- Use unpatched client and server to export queue information. This will leave out count=automatic setting, which then defaults to count=none or something.
- Import that to newer version server. Now, server will have wrong setting
- Client fails to connect
Correction requires recreating the queue on server. If using export/import method, say from 8.2 setup, then apply following patches
- On 8.2 source server, install latest core fix
- On 8.2 installation where you ran broker_save, install latest java and command line fixes
- On 8.2 MWS installation (if you used UI to export, instead of broker_save), install latest java fixes
- Then, export. Now, queue will be exported with count=automatic
- Then import the file on server. Ensure you have installed all latest fixes on applicable target installations.
Or, you can just delete the queue on server, and create new one. This will work fine, if you have few queues that require correction.
#Broker-JMS#Universal-Messaging-Broker#webMethods#Integration-Server-and-ESB