Author |
Message |
Topic: Mixed Cluster and non-cluster setup benefits? |
lamtbs
Replies: 7 Views: 8925
|
Forum: General IBM MQ Support Posted: Mon Mar 30, 2020 4:27 am Subject: Mixed Cluster and non-cluster setup benefits? |
Thank you for all your comments, in fact, I am not even sure there is a "cluster failure" as such, as we are not like powerHA kind of clustering technology.
If I have to define a "cl ... |
Topic: Mixed Cluster and non-cluster setup benefits? |
lamtbs
Replies: 7 Views: 8925
|
Forum: General IBM MQ Support Posted: Fri Mar 27, 2020 9:22 pm Subject: Mixed Cluster and non-cluster setup benefits? |
Hi all,
Customer is considering a mixed of clustered and non-cluster QMs for resilience, to protect from MQ cluster failure or cluster bug.
Say Hong Kong and Singapore are connected over MQ, HK ... |
Topic: running mh04 supportpac (q stat) against iSeries AS/400 |
lamtbs
Replies: 0 Views: 13820
|
Forum: IBM MQ Performance Monitoring Posted: Fri Sep 13, 2019 11:55 pm Subject: running mh04 supportpac (q stat) against iSeries AS/400 |
Hi all,
wonder if anybody has run mh04 supportpac against iSeries AS/400 queue manager before? The document said it has been tested on a number of platforms include z/OS, but as/400 was not mention ... |
Topic: DR queue manager with different hostname |
lamtbs
Replies: 3 Views: 4643
|
Forum: General IBM MQ Support Posted: Mon Jun 17, 2019 11:28 pm Subject: DR queue manager with different hostname |
Dear all,
customer planning for MQ disaster recovery, their servers on primary site and DR site have different hostnames and ips.
Assume I have pprc the data and log file over to the DR site, is ... |
Topic: Using Cluster Workload Exit for security enforcement |
lamtbs
Replies: 2 Views: 4706
|
Forum: General IBM MQ Support Posted: Thu Apr 18, 2019 1:45 am Subject: Using Cluster Workload Exit for security enforcement |
Customer is a central exchange, connecting to multiple parties. In order for failover to be simplier, they want to use QM Cluster, i.e. us forming P1-cluster with partner-1 talking over P1.xxx.Q, P2-c ... |
Topic: Trying to identify client ip, can't find x-remote-addr |
lamtbs
Replies: 0 Views: 2569
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 15, 2019 2:24 am Subject: Trying to identify client ip, can't find x-remote-addr |
We were doing some testing on ACE v11, with webservices trying to identify client's ip address, we have a SOAPInput Node followed by a Trace Node, we can't seem to find x-remote-addr .... Did I miss s ... |
Topic: pprc replicating MQ directory to sync configuration to DR |
lamtbs
Replies: 1 Views: 3578
|
Forum: General IBM MQ Support Posted: Mon Jan 28, 2019 12:32 am Subject: pprc replicating MQ directory to sync configuration to DR |
Dear all,
has anybody tried pprc replicating /var/mqm directory to DR site as a way to sync configuration/definitions update from PROD to DR site?
Customer is trying to avoid running the configu ... |
Topic: MQ AMS Pub/Sub support |
lamtbs
Replies: 10 Views: 9416
|
Forum: General IBM MQ Support Posted: Thu Jan 17, 2019 10:58 pm Subject: MQ AMS Pub/Sub support |
I misunderstood previously! Thanks for the clarifications! |
Topic: MQ AMS Pub/Sub support |
lamtbs
Replies: 10 Views: 9416
|
Forum: General IBM MQ Support Posted: Thu Jan 17, 2019 7:44 pm Subject: MQ AMS Pub/Sub support |
Thanks Morag!
So the publishing and subscribing application does NOT even need to be aware of the change to AMS (confidentiality option, at least)!! Great!!
Thanks all! |
Topic: MQ AMS Pub/Sub support |
lamtbs
Replies: 10 Views: 9416
|
Forum: General IBM MQ Support Posted: Thu Jan 17, 2019 1:24 am Subject: MQ AMS Pub/Sub support |
Thanks all,
looking at the "limitations" which says ....
Quote "It is possible for an application to publish to a topic via an alias queue definition that is protected by a policy ... |
Topic: MQ AMS Pub/Sub support |
lamtbs
Replies: 10 Views: 9416
|
Forum: General IBM MQ Support Posted: Tue Jan 15, 2019 2:19 am Subject: MQ AMS Pub/Sub support |
Dear all,
I suppose AMS still does not support pubsub model?
If all we are concerned is to protect / encrypt data AT REST, what would be a workaround?
Thank you!
Teresa |
Topic: How to restart / reset a sendechannel with multiple receiver |
lamtbs
Replies: 3 Views: 5867
|
Forum: General IBM MQ Support Posted: Mon Oct 08, 2018 7:27 pm Subject: How to restart / reset a sendechannel with multiple receiver |
I tested it by amqsput messages, they all goes to the QM1 which is first on the CONNAME.
I then shutdown QM1, while still keep putting messages. Except for 1 message being stuck on XMITQ, all messag ... |
Topic: How to restart / reset a sendechannel with multiple receiver |
lamtbs
Replies: 3 Views: 5867
|
Forum: General IBM MQ Support Posted: Sun Oct 07, 2018 11:05 pm Subject: How to restart / reset a sendechannel with multiple receiver |
Dear all,
For resilience and automatic failover of a sender channel, I have setup a sender channel, pointing to 2 receiver channels of the same name, with the same XMITQ and multiple address in the ... |
Topic: MQPut to Cluster queue of a specific cluster only |
lamtbs
Replies: 12 Views: 21578
|
Forum: Clustering Posted: Sun Sep 30, 2018 12:40 am Subject: MQPut to Cluster queue of a specific cluster only |
Oh, did it. Thanks!
On gateway QM
DEFINE QR(Q1.REMOTE) RNAME(Q1) RQMNAME('CL1.ALIAS') DEFBIND(NOTFIXED) XMITQ(SCTQ) CLUSTER('CL1')
On all the cluster QMs where the targeted queues are
DEFINE ... |
Topic: MQPut to Cluster queue of a specific cluster only |
lamtbs
Replies: 12 Views: 21578
|
Forum: Clustering Posted: Sat Sep 29, 2018 7:01 pm Subject: MQPut to Cluster queue of a specific cluster only |
really!
How do I do a "cluster alias", I've tried defining DEFINE QR(CL1.ALIAS) RQMNAME(CL1.QM1, CL1.QM2) to try to restrict message to CL1 only, but the aliasing does not work.
Pl ... |