I have an application in Java that must answer to the ReplyToQ, but i'm having problem after a while running, it gets me a Reason Code 2017 (No more handlers available). But for every response i open and close the queue. What can i do to override this behaviour?
I supose my program isn't droping every connection. Also i can extend the amount of handlers in the QueueManager but i don't know if this is the solution.
hi crojas ,
Are your sure that your closing the queue after performing your operation . Please make sure that the MQQueue.close() gets executed each time you perform the close operation . I doubt whether the close() is getting executed . Also can you check whether open() gets fired before close() of the previous call . Lemme know what happened .
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum