Author |
Message |
Topic: CHLAUTH Question |
wmbwmq
Replies: 4 Views: 4780
|
Forum: General IBM MQ Support Posted: Wed Mar 24, 2021 6:07 am Subject: CHLAUTH Question |
Oops rookie mistake. This is embarrassing
Someone else disabled chlauth earlier and I missed to check that part.
Thank you Bruce. |
Topic: CHLAUTH Question |
wmbwmq
Replies: 4 Views: 4780
|
Forum: General IBM MQ Support Posted: Wed Mar 24, 2021 4:28 am Subject: CHLAUTH Question |
Howdy,
I am unable to figure out why the NOACCESS is not enforced in the below scenario.
So I have the following CHLAUTH rules set.
CHLAUTH(SYSTEM.*) TYPE(ADDRESSMAP)
... |
Topic: TLS FIPs with JKS |
wmbwmq
Replies: 4 Views: 12614
|
Forum: IBM MQ Security Posted: Tue Feb 18, 2020 6:46 am Subject: TLS FIPs with JKS |
Thank you guys. I will try both options.
And yes, no longer using SHA1. Given how SSL was torn apart back in 2013, I am just hoping TLS will be the thing. But every time I hear any latest advancem ... |
Topic: TLS FIPs with JKS |
wmbwmq
Replies: 4 Views: 12614
|
Forum: IBM MQ Security Posted: Sun Feb 16, 2020 8:31 pm Subject: TLS FIPs with JKS |
Howdy,
After a long time I am getting back on the MQ horse; especially TLS. So I'm a little rusty and need your help.
My question is how to setup a JKS (for a JMS app from Websphere Application Serv ... |
Topic: MQMI failover alerts? |
wmbwmq
Replies: 4 Views: 5541
|
Forum: General IBM MQ Support Posted: Fri Aug 03, 2018 8:01 am Subject: MQMI failover alerts? |
Thanks exerk, yeah I agree. But I was looking for a way to do this myself using a script and without relying on those grumpy Unix admins or Monitoring folks
Mark, thanks for the clever idea. Mak ... |
Topic: MQMI failover alerts? |
wmbwmq
Replies: 4 Views: 5541
|
Forum: General IBM MQ Support Posted: Mon Jul 30, 2018 9:06 am Subject: MQMI failover alerts? |
Hi Guys,
Can someone please tell me a reliable way to configure email alert in case of a fail-over in an MQMI setup.
I don't see anything going into syslog upon an failover (unlike regular HA fail ... |
Topic: Link error |
wmbwmq
Replies: 6 Views: 7696
|
Forum: General IBM MQ Support Posted: Fri May 25, 2018 8:37 am Subject: Link error |
Hey mvic,
Sorry I missed your post earlier.
Yes I got it to work using the follwoing...
gcc -m64 -shared -fPIC -O3 clwl.c -o clwl -I/opt/mqm/inc -L/opt/mqm/lib64 -L/usr/sfw/lib/64 -lmqm -lmqmzf ... |
Topic: Link error |
wmbwmq
Replies: 6 Views: 7696
|
Forum: General IBM MQ Support Posted: Thu Mar 22, 2018 8:28 pm Subject: Link error |
Hey Saper,
Which manual? Sorry my memory might be a little rusty lately.
And the same gcc/ld commands with same options working fine in Solaris though. And its the same workload exit program
Than ... |
Topic: Link error |
wmbwmq
Replies: 6 Views: 7696
|
Forum: General IBM MQ Support Posted: Thu Mar 22, 2018 10:23 am Subject: Link error |
I am seeing a warning "cannot find entry symbol _start; defaulting to ..." while linking a cluster workload exit (after gcc). Same program with gcc followed by ld is working fine in Solari ... |
Topic: put using qmgr alias |
wmbwmq
Replies: 6 Views: 8277
|
Forum: General IBM MQ Support Posted: Thu Mar 09, 2017 6:48 am Subject: put using qmgr alias |
Thanks Peter it worked.
 |
Topic: put using qmgr alias |
wmbwmq
Replies: 6 Views: 8277
|
Forum: General IBM MQ Support Posted: Wed Mar 08, 2017 10:18 pm Subject: put using qmgr alias |
Thanks Peter.
yes you are right. amqsput(c) might work. Why didn't I think of that before
I will try this tomorrow |
Topic: put using qmgr alias |
wmbwmq
Replies: 6 Views: 8277
|
Forum: General IBM MQ Support Posted: Wed Mar 08, 2017 9:02 pm Subject: put using qmgr alias |
runmqsc QMA
def qr(QMB_A) rname('') rqmname(QMB) xmitq(QMB)
*And a channel + xmitq for the above.
Now, the goal is to use QMB_A alias while doing the put and specifying the RNAME as MQPUT que ... |
Topic: put using qmgr alias |
wmbwmq
Replies: 6 Views: 8277
|
Forum: General IBM MQ Support Posted: Wed Mar 08, 2017 3:54 pm Subject: put using qmgr alias |
Hi
We have a QMGR alias defined for a remote QMGR (with xmitq etc but blank rname). And our app uses that while doing the put.
Now is there anyway I can simulate that with any tools without writing ... |
Topic: Requester Channel |
wmbwmq
Replies: 2 Views: 4440
|
Forum: General IBM MQ Support Posted: Sun Feb 26, 2017 12:14 pm Subject: Requester Channel |
Thanks Paul
Yes that make sense. Never thought above that scenario. |
Topic: Requester Channel |
wmbwmq
Replies: 2 Views: 4440
|
Forum: General IBM MQ Support Posted: Sat Feb 25, 2017 1:44 pm Subject: Requester Channel |
Howdy,
I never got a chance to use a requester channel. So pardon my ignorance on the subject
My question is why we need requester channel at all if the sender/server channel can have a trigger conf ... |