Need to Access the Queue depth of MQ 7

后端 未结 2 1822
夕颜
夕颜 2021-01-24 17:24

My Below is the code works good with MQ6 but for MQ7 its giving exception

\'package javaapplication1;

import java.io.*;
import java.net.*;
import java.util.*;
i         


        
2条回答
  •  -上瘾入骨i
    2021-01-24 18:27

    Is it possible the properties of the queue are different between the v6 and v7 queue managers? The documentation for the error message indicates this can occur with a cluster queue that resolves to a remote instance of the queue.

    Have you verified that destQueue is in fact a valid queue?

提交回复
热议问题