Author |
Message |
Topic: Perf Harness |
fjb_saper
Replies: 2 Views: 666
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Aug 01, 2025 12:32 pm Subject: Perf Harness |
Hi Bobbee,
If I recall correctly there is a version of the perf harness that is written in Java.
So if you can run Java on your platform, you should be able to run that version of the perf harness ... |
Topic: Tech issues |
fjb_saper
Replies: 2 Views: 1000
|
Forum: General IBM MQ Support Posted: Mon Jul 28, 2025 10:56 pm Subject: Tech issues |
yes, Long Island. I tried telnet to port 80 but was denied... So I guess the site had an outage. Glad it's back up. |
Topic: Bar files /MessageFlow Deletion from ACE Integration Server |
fjb_saper
Replies: 8 Views: 34318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 03, 2025 3:29 pm Subject: Bar files /MessageFlow Deletion from ACE Integration Server |
Hi Eric,
You can either delete everything under the integration server with a new deployment
mqsideploy -m -a ... or selectively delete using
mqsideploy -d
However to know what to specify for t ... |
Topic: chlauth rules precedence |
fjb_saper
Replies: 4 Views: 60249
|
Forum: General IBM MQ Support Posted: Tue May 27, 2025 9:28 am Subject: chlauth rules precedence |
Thanks for the response, Bruce.
I reviewed that document, and it explains which rules take precedence based on the rule name. It?s clear that the rule with the most specific name takes precedence.
... |
Topic: MQ Active logs |
fjb_saper
Replies: 3 Views: 40466
|
Forum: General IBM MQ Support Posted: Tue May 27, 2025 9:17 am Subject: Re: MQ Active logs |
12+10 represent the maximum log space the queue manager can use. These should all be S*.LOG files. If memory serves well all the R*.LOG files are deemed beyond that log space, as files no longer ... |
Topic: CCDT and WAS |
fjb_saper
Replies: 7 Views: 41522
|
Forum: General IBM MQ Support Posted: Wed May 21, 2025 10:30 am Subject: CCDT and WAS |
I configured a connection factory for the WebSphere MQ messaging provider.
I had to select the connection method. The options are to use a client channel
definition table or to enter all the connect ... |
Topic: CCDT and WAS |
fjb_saper
Replies: 7 Views: 41522
|
Forum: General IBM MQ Support Posted: Tue May 20, 2025 5:18 am Subject: CCDT and WAS |
How are you defining the connection factory to WAS?
Did you check that you could connect correctly using amqscnx and the CCDT? |
Topic: CCDT and WAS |
fjb_saper
Replies: 7 Views: 41522
|
Forum: General IBM MQ Support Posted: Mon May 19, 2025 9:57 am Subject: Re: CCDT and WAS |
Hello!
Does anybody have experience at Linux to connect WAS to queue managers using CCDT file. I tried to do test connection in WAS connection factory and I received RC 2278. In CCDT file is only ... |
Topic: Level of check for SSLCAUTH(REQUIRED) |
fjb_saper
Replies: 3 Views: 26111
|
Forum: IBM MQ Security Posted: Fri May 09, 2025 7:28 am Subject: Re: Level of check for SSLCAUTH(REQUIRED) |
Hello,
Can we enforce extra checks when SSLCAUTH(REQUIRED) is set on a SVRCONN channel.
I understand that IBM natively checks :
- Validity against the Certification Authority (CA) root
- Cert ... |
Topic: MQ Active logs |
fjb_saper
Replies: 3 Views: 40466
|
Forum: General IBM MQ Support Posted: Tue Apr 29, 2025 4:30 am Subject: Re: MQ Active logs |
Hello experts,
I'm trying to understand how the mq active logs work. we have a qmgr defined with 12 primary and 10 secondary logs, linear logging. But if I check the logs directory , I see there a ... |
Topic: how to set destination queue manager in java camel |
fjb_saper
Replies: 3 Views: 70400
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 21, 2025 4:51 am Subject: how to set destination queue manager in java camel |
Thanks for Response @fjb_saper.
It didn't work, still getting the same error
from("mq1:queue:" + failQ + DISABLE_REPLY_TO_TRUE)
.process(e-> { e.getIn( ... |
Topic: how to set destination queue manager in java camel |
fjb_saper
Replies: 3 Views: 70400
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 18, 2025 5:16 am Subject: how to set destination queue manager in java camel |
did you try setting the qmgr first (before setting the qname)?
JMS uses "queue://qmname/qname[?option=value[&option=value]]"
"queue:///qname[?option=va ... |
Topic: MQ stats compare |
fjb_saper
Replies: 8 Views: 46789
|
Forum: General Discussion Posted: Sun Apr 06, 2025 7:17 pm Subject: MQ stats compare |
And can you please set monchl(low) or monchl(qmgr) assuming the qmgr is set to low?
 |
Topic: Topic/subscribe - MQ z/OS |
fjb_saper
Replies: 11 Views: 65202
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Apr 06, 2025 7:11 pm Subject: Topic/subscribe - MQ z/OS |
NPMSGDLV(ALLAVAIL)
PMSGDLV(ALLDUR)
You need to make sure you understand what those 2 parameters mean and determine if they have the right value for your use case.
Hope it helps :i ... |
Topic: Issue Deleting Queues with Uncommitted Messages |
fjb_saper
Replies: 8 Views: 44140
|
Forum: General IBM MQ Support Posted: Fri Mar 14, 2025 12:11 pm Subject: Issue Deleting Queues with Uncommitted Messages |
Have you tried looking at orphaned units of work and either committing them or rolling them back?
After you have done this the uncommitted messages should be gone, and you should be able to delete ... |