Author |
Message |
Topic: MQ Active logs |
fjb_saper
Replies: 1 Views: 49
|
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: 612
|
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: 612
|
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: 1346
|
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: 2178
|
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: 6997
|
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 ... |
Topic: Automatically Managed Linear logs vs Circular |
fjb_saper
Replies: 5 Views: 4446
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Mar 03, 2025 6:40 am Subject: Automatically Managed Linear logs vs Circular |
MQ 9.1 logging enhancements
I see that IMGSCHED needs to be changed to AUTO (from the default). Then the other settings can take effect which I guess I would start with defaults unless somehow I kne ... |
Topic: ACE12 HTTP headers validation |
fjb_saper
Replies: 2 Views: 4774
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 03, 2025 6:34 am Subject: Re: ACE12 HTTP headers validation |
Hi everybody,
I'm using REST API component and I've enabled "Message Validation", but it only validates the payload (body) and the HTTP headers aren't being validated (although they are d ... |
Topic: Glenn retiring |
fjb_saper
Replies: 4 Views: 4045
|
Forum: General Discussion Posted: Sat Feb 15, 2025 4:22 pm Subject: Glenn retiring |
Glenn, Happy retirement, and may you still have lots of interests and some nostalgia to your MQ friends...
F.J.  |
Topic: How to enforce AMS from client perspective |
fjb_saper
Replies: 5 Views: 7501
|
Forum: IBM MQ Security Posted: Sat Feb 15, 2025 4:18 pm Subject: Re: How to enforce AMS from client perspective |
The aim of AMS is to avoid MQ administrators to have access of the message content.
But AMS is activated at MQ server side for each required queue.
At MQ client side, I have no clue if AMS is re ... |
Topic: Automatically Managed Linear logs vs Circular |
fjb_saper
Replies: 5 Views: 4446
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Feb 12, 2025 3:08 am Subject: Re: Automatically Managed Linear logs vs Circular |
Looks like when Linear Logs are under automatic management, the MQ Admin does not do anything with the logs.
If so, does this mean -lla should be treated the same as -lc? So far as, primary and sec ... |
Topic: CCDT file and load balancing across same named QM |
fjb_saper
Replies: 1 Views: 3588
|
Forum: General IBM MQ Support Posted: Sun Feb 02, 2025 5:32 pm Subject: Re: CCDT file and load balancing across same named QM |
Do I need the "MQ uniform cluster" to make the auto reconnect of JMS client to work?
I tried this with the following CCDT in json format, and didnt succeed unless the JMS MQ client progra ... |
Topic: RDQM and connectivity from z/OS QM |
fjb_saper
Replies: 5 Views: 4270
|
Forum: General IBM MQ Support Posted: Sun Feb 02, 2025 5:28 pm Subject: RDQM and connectivity from z/OS QM |
Yes, DNS was my first suggestion when they asked us to code 6 host names in the connection name field of a z/OS channel (2 sites x 3 hosts).
So you are doing RDQM/DR?
However we really need not ... |
Topic: Multiple FIP for an RDQM QMgr |
fjb_saper
Replies: 3 Views: 4201
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Feb 02, 2025 5:08 pm Subject: Re: Multiple FIP for an RDQM QMgr |
The RDQM internals have little to do in the way you access the qmgr from outside the RDQM cluster.
Hmmm, the way I read and have experienced FIP under the control of the RDQM process, is that the R ... |
Topic: Multiple FIP for an RDQM QMgr |
fjb_saper
Replies: 3 Views: 4201
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jan 30, 2025 6:13 am Subject: Re: Multiple FIP for an RDQM QMgr |
Does RDQM support multiple FIPs for a QMgr?
Say I want two LSTRs on two different NICs because traffic is being routed over two vendors (for diversity) to a partner. On the CONNAME, I list the two ... |