Gen Java proxy for MQ leaves message channels open
search cancel

Gen Java proxy for MQ leaves message channels open

book

Article ID: 4894

calendar_today

Updated On:

Products

Gen Gen - Run Time Distributed

Issue/Introduction

Using Gen Java Proxy for MQ.
In MQ it is observed that there are channels that are open and not used for many hours to send messages ('Last message time'). Their messages are from the Gen Proxies.

Environment

Gen Java Proxy for MQ

Resolution

Modify the Gen Java User Exit MQSDynamicCoopFlowExit.java.
For the methods getClosePutQ and getCloseGetQ, change the default value from false to true.

Additional Information