Author |
Message |
Topic: PCF message null parameter |
mqjava
Replies: 4 Views: 4248
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 22, 2013 7:21 am Subject: PCF message null parameter |
When i display the same not authorized event message through MQ Explorer these are the missing parameters in the XML generated by MO01 - Open Options and Application Type, i am not sure why only these ... |
Topic: PCF message null parameter |
mqjava
Replies: 4 Views: 4248
|
Forum: IBM MQ Java / JMS Posted: Mon Jul 22, 2013 6:45 am Subject: PCF message null parameter |
anyone any thoughts on this? |
Topic: PCF message null parameter |
mqjava
Replies: 4 Views: 4248
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 18, 2013 7:09 am Subject: PCF message null parameter |
Hello,
I am trying the MO01 support pac's Java Event monitor sample in AIX machin running MQ 7.0.1.0
When i run the EventMonitor java program i am getting the below output:
<COMMAND>M ... |
Topic: Impacts of mix of V7 and V7.5 qmgrs in cluster |
mqjava
Replies: 2 Views: 2545
|
Forum: Clustering Posted: Thu May 30, 2013 9:36 am Subject: Impacts of mix of V7 and V7.5 qmgrs in cluster |
Thank You ... |
Topic: Impacts of mix of V7 and V7.5 qmgrs in cluster |
mqjava
Replies: 2 Views: 2545
|
Forum: Clustering Posted: Wed May 29, 2013 6:43 am Subject: Impacts of mix of V7 and V7.5 qmgrs in cluster |
Hello,
What are the impacts if we have mix of V 7.0 queue manager and V 7.5 queue manager in same cluster, full repository being V 7.0 queue manager.
Thank You. |
Topic: Blockip exit on MQ 7.5 |
mqjava
Replies: 15 Views: 10218
|
Forum: General IBM MQ Support Posted: Tue May 14, 2013 11:11 am Subject: Blockip exit on MQ 7.5 |
Thanks for the reply. I understand MQ 7.5 has the inbuilt feature to block ip address. But my question is after uninstalling MQ 7.0.1.6 the old lib files will be gone, will Blockip exit look for the l ... |
Topic: Blockip exit on MQ 7.5 |
mqjava
Replies: 15 Views: 10218
|
Forum: General IBM MQ Support Posted: Tue May 14, 2013 9:24 am Subject: Blockip exit on MQ 7.5 |
Thanks for the reply. I understand MQ 7.5 has the inbuilt feature to block ip address. But my question is after uninstalling MQ 7.0.1.6 the old lib files will be gone, will Blockip exit look for the l ... |
Topic: Blockip exit on MQ 7.5 |
mqjava
Replies: 15 Views: 10218
|
Forum: General IBM MQ Support Posted: Tue May 14, 2013 8:29 am Subject: Blockip exit on MQ 7.5 |
Hello, currently we have mq 7.0.1.6 as primary install on AIX and we installed MQ 7.5 in a different location. Currently the blockip exits works from the MQ 7.5 queue manager, what will happen if MQ 7 ... |
Topic: unkown alias base queue error |
mqjava
Replies: 33 Views: 36369
|
Forum: Clustering Posted: Wed Dec 21, 2011 12:21 pm Subject: unkown alias base queue error |
If the queue is defined like this: DEF QL(MYQUEUE) CLUSTER(MYCLUSTER); then all you need to do is amqsput(c) MYQUEUE queuemangername
This already works, i wanted to put the messages to cluster ... |
Topic: unkown alias base queue error |
mqjava
Replies: 33 Views: 36369
|
Forum: Clustering Posted: Wed Dec 21, 2011 11:57 am Subject: unkown alias base queue error |
Thanks for the reply fjb_saper and bruce2359.
I tried to specify the transmit queue as SCTQ and tried but it didnt work. Messages got stuck in the SCTQ.
I have come to a conclusion that this d ... |
Topic: unkown alias base queue error |
mqjava
Replies: 33 Views: 36369
|
Forum: Clustering Posted: Tue Dec 20, 2011 7:38 am Subject: unkown alias base queue error |
i was not able to figure out, that was the reason i came here.
********************************************************************************
Reason Code 2091 x82B MQRC_XMIT_Q_TYPE_ERROR
On ... |
Topic: unkown alias base queue error |
mqjava
Replies: 33 Views: 36369
|
Forum: Clustering Posted: Tue Dec 20, 2011 7:11 am Subject: unkown alias base queue error |
I tried the below things:
Scenario 1:
QM1 and QM2 are member of cluster TEST.CLUSTER.
QM1 definitions:
def qr(TEST.IN) rname(TEST.OUT)
QM2 definitions:
def ql(TEST.OUT) cluster( ... |
Topic: unkown alias base queue error |
mqjava
Replies: 33 Views: 36369
|
Forum: Clustering Posted: Mon Dec 19, 2011 4:40 pm Subject: unkown alias base queue error |
Thanks for the reply bruce.
Can we point a remote queue to a cluster queue.
Thanks. |
Topic: unkown alias base queue error |
mqjava
Replies: 33 Views: 36369
|
Forum: Clustering Posted: Mon Dec 19, 2011 2:00 pm Subject: unkown alias base queue error |
Hi,
The queue definitions are as below:
Queue definitions in QM1:
ALIAS.A is a alias queue for which target queue is QM2.ALIAS.QUEUE
Queue definitions in QM2:
QM2.ALIAS.QUEUE is a alia ... |
Topic: unkown alias base queue error |
mqjava
Replies: 33 Views: 36369
|
Forum: Clustering Posted: Mon Dec 19, 2011 12:59 pm Subject: unkown alias base queue error |
Hi All,
I have three qm's - QM1, QM2, QM3 all are in same cluster TEST.CLUSTER.
Queue definitions in QM1:
ALIAS.A is a alias queue for which target queue is QM2.ALIAS.QUEUE
Queue definit ... |