Author |
Message |
Topic: Activity trace code java |
pcouas
Replies: 1 Views: 7255
|
Forum: General Discussion Posted: Thu Dec 12, 2019 9:36 pm Subject: Activity trace code java |
Hi
So what is specific Java code to reading TRACE MESSAGE.
i Need to exctrat begin date hour and end date hour of each specific message
Regards |
Topic: Jar imcompatibility from 8.0.0.6 to 8.0.0.13 error 2195 |
pcouas
Replies: 1 Views: 5800
|
Forum: General IBM MQ Support Posted: Wed Nov 27, 2019 12:38 am Subject: Jar imcompatibility from 8.0.0.6 to 8.0.0.13 error 2195 |
Hi,
I want migrate MqJar from 8.0.0.6 to last 8.0.0.13 but i have following error message
Data
----
| CompCode ... |
Topic: mq jar compatibility from v8 to v9 |
pcouas
Replies: 1 Views: 5021
|
Forum: General IBM MQ Support Posted: Tue Nov 26, 2019 8:02 am Subject: mq jar compatibility from v8 to v9 |
Hi,
We migrate our Qmanagers from V8 to V9 9.1.0.2
Could we still using MQ PCF JAR V8 or we need to migrate our Java application to last Jar version ?
Regards
Phil |
Topic: jar com.ibm.msg.client.commonservices |
pcouas
Replies: 1 Views: 4170
|
Forum: General IBM MQ Support Posted: Wed Sep 25, 2019 11:09 pm Subject: jar com.ibm.msg.client.commonservices |
Hi
I have migrated my Java classes to last version and i search PACKAGE com.ibm.msg.client.commonservices
Class com.ibm.msg.client.commonservices.tools.MainController
Regards |
Topic: Which Maven jar version for ours Qmanagers |
pcouas
Replies: 7 Views: 19966
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 18, 2019 7:51 pm Subject: Which Maven jar version for ours Qmanagers |
My Qmanagers are on version 9.0.0.2 and 9.1.0.2, so i think using Jar 9.1.0.3 from MAVEN repository in my Java application
Regards |
Topic: Which Maven jar version for ours Qmanagers |
pcouas
Replies: 7 Views: 19966
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 16, 2019 8:12 pm Subject: Which Maven jar version for ours Qmanagers |
Ok
My Qmanagers are on version 9.0.0.2 and 9.1.0.2 so i think using Jar 9.1.0.3
Regards |
Topic: Which Maven jar version for ours Qmanagers |
pcouas
Replies: 7 Views: 19966
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 16, 2019 4:24 am Subject: Which Maven jar version for ours Qmanagers |
Yes but why on maven repositorty https://mvnrepository.com/artifact/com.ibm.mq/com.ibm.mq.allclient
9.1.3.0 is released in July 2019 and 9.1.0.3 in August 2019 ?
Which is good version ?
Regards |
Topic: Clear message and amqrmppa application |
pcouas
Replies: 37 Views: 31531
|
Forum: General IBM MQ Support Posted: Thu Sep 12, 2019 8:22 pm Subject: Clear message and amqrmppa application |
Hi
" why not simply you amqsget / RFHUtil / A.N.Other utility to destructively read all the messages off? Why so desparate to use CLEAR QUEUE?"
This "amqsget / RFHUtil " could ... |
Topic: Clear message and amqrmppa application |
pcouas
Replies: 37 Views: 31531
|
Forum: General IBM MQ Support Posted: Wed Sep 11, 2019 11:25 pm Subject: Clear message and amqrmppa application |
Hi
Thanks for answer to an poor french Dev with no humour !
My new code to avoid clear
private Boolean isMessagesInQueue(String objectName, MqQmanager qm) throws PCFException, MQException ... |
Topic: Clear message and amqrmppa application |
pcouas
Replies: 37 Views: 31531
|
Forum: General IBM MQ Support Posted: Wed Sep 11, 2019 7:15 am Subject: Clear message and amqrmppa application |
Yes i replace Clear by testing messages number
It'seems Channel as an timeout before closing !
Regards |
Topic: Clear message and amqrmppa application |
pcouas
Replies: 37 Views: 31531
|
Forum: General IBM MQ Support Posted: Wed Sep 11, 2019 6:13 am Subject: Clear message and amqrmppa application |
Humm
I create the Queue with Java program and i test it by sending and reading message in this new Queue !
I juste want be sure there is no new messsage in this Queue
Regards |
Topic: Clear message and amqrmppa application |
pcouas
Replies: 37 Views: 31531
|
Forum: General IBM MQ Support Posted: Wed Sep 11, 2019 6:08 am Subject: Clear message and amqrmppa application |
Sorry
DISPLAY QSTATUS(E.MQEMMO2.MQEMMO3.X.205.QL) IPPROCS OPPROCS
--> OPPROCS(1)
DISPLAY QSTATUS(E.MQEMMO2.MQEMMO3.X.205.QL) TYPE(HANDLE) APPLTAG
--> APPLTAG(amqrmppa) |
Topic: Clear message and amqrmppa application |
pcouas
Replies: 37 Views: 31531
|
Forum: General IBM MQ Support Posted: Wed Sep 11, 2019 5:47 am Subject: Clear message and amqrmppa application |
Hi,
Display QSTATUS give me an OPPROCS(1) and MSGAGE(0) before CLEAR QUEUE |
Topic: Clear message and amqrmppa application |
pcouas
Replies: 37 Views: 31531
|
Forum: General IBM MQ Support Posted: Wed Sep 11, 2019 4:59 am Subject: Clear message and amqrmppa application |
So my Queue Connection is NOT CLOSED ? so i could not CLEAR ! |
Topic: Clear message and amqrmppa application |
pcouas
Replies: 37 Views: 31531
|
Forum: General IBM MQ Support Posted: Wed Sep 11, 2019 3:53 am Subject: Clear message and amqrmppa application |
Ok
But This channel could block CLEAR QUEUE operation and giving an 4004 Error ?
Regards |