Re: Issuing MQSC commands on a remote queue manager

2004-09-09 Thread Niklas Gustavsson
Hey I've written a small application that will act just like runmqsc but that will work as a client so that you can connect to any queue manager. A first version (0.1) is posted on my site: http://www.protocol7.com/code/remotemqsc/ /niklas Mabrito,Greg wrote: I am attempting to run MQSC commands

Re: JAVA app can't see clustered queues

2004-06-29 Thread Niklas Gustavsson
Brendan, if you'r using the MQ base Java API you can get this reason code if you open the queue for both input and output. In Rogers example you can reproduce this error with the follwing change: int openOptions = MQC.MQOO_INPUT_SHARED + MQC.MQOO_OUTPUT + MQC.MQOO_FAIL_IF_QUIESCING; This will