Author |
Message |
Topic: hub & spoke model using mq clustering documentation |
charanR
Replies: 10 Views: 25256
|
Forum: Clustering Posted: Wed May 15, 2019 8:30 am Subject: Re: hub & spoke model using mq clustering documentation |
yes. I should create CL1.QM1 and CL2.QM1 as cluster-senders somewhere correct ?
(and I'd not describe that link as a hub and spoke)
If this is not the link for a hub and spoke design, do you hav ... |
Topic: hub & spoke model using mq clustering documentation |
charanR
Replies: 10 Views: 25256
|
Forum: Clustering Posted: Wed May 15, 2019 7:34 am Subject: Re: hub & spoke model using mq clustering documentation |
I have a question in step 6.
I'm creating CL1.QM1 and CL2.QM1 on gateway qmgr as cluster-receiver but the documentation doesn't say anything about creating a cluster-sender. Is this still true ?
A ... |
Topic: hub & spoke model using mq clustering documentation |
charanR
Replies: 10 Views: 25256
|
Forum: Clustering Posted: Wed May 15, 2019 6:54 am Subject: hub & spoke model using mq clustering documentation |
Hello,
I'm following this doc to create a hub & spoke model.
https://www.ibm.com/support/knowledgecenter/SSFKSJ_9.0.0/com.ibm.mq.con.doc/q017440_.htm
I have a question in step 6.
I'm crea ... |
Topic: RDQM 9.1 resize filesystem |
charanR
Replies: 14 Views: 21911
|
Forum: General IBM MQ Support Posted: Mon Mar 18, 2019 6:47 am Subject: RDQM 9.1 resize filesystem |
There is a dedicated logical volume created for each RDQM and the filesystem is automatically created as part of crtmqm to fill the logical volume.
I designed RDQM.
I see. If I find out that log ... |
Topic: RDQM 9.1 resize filesystem |
charanR
Replies: 14 Views: 21911
|
Forum: General IBM MQ Support Posted: Fri Mar 15, 2019 4:54 am Subject: RDQM 9.1 resize filesystem |
Of course, you will test this process in a TEST environment, yes?
Before I do anything and go through the hassle of recovery. I wanted ask few questions if anyone faced similar issue. |
Topic: RDQM 9.1 resize filesystem |
charanR
Replies: 14 Views: 21911
|
Forum: General IBM MQ Support Posted: Fri Mar 15, 2019 2:49 am Subject: RDQM 9.1 resize filesystem |
Thank you Morag. I also reached out to IBM support with more questions than these but this one is troubling me a lot so posted this question here. |
Topic: RDQM 9.1 resize filesystem |
charanR
Replies: 14 Views: 21911
|
Forum: General IBM MQ Support Posted: Thu Mar 14, 2019 3:40 pm Subject: RDQM 9.1 resize filesystem |
On UNIX/Linux systems, the OS disk file systems where MQ data and MQ recovery logs are stored can be resized using the normal OS commands for doing so. This can be done while MQ is running.
OK. jus ... |
Topic: RDQM 9.1 resize filesystem |
charanR
Replies: 14 Views: 21911
|
Forum: General IBM MQ Support Posted: Thu Mar 14, 2019 2:29 pm Subject: RDQM 9.1 resize filesystem |
Hello,
Is there a way to resize the filesystem in RDQM HA or DR scenario ? I see there is "setmqsize" command for MQ appliance but couldn't find anything for MQ 9.1 installed on RHEL. |
Topic: blue green deployment patterns for IBM MQ |
charanR
Replies: 3 Views: 5392
|
Forum: General IBM MQ Support Posted: Fri Sep 21, 2018 5:54 am Subject: blue green deployment patterns for IBM MQ |
thank you. |
Topic: blue green deployment patterns for IBM MQ |
charanR
Replies: 3 Views: 5392
|
Forum: General IBM MQ Support Posted: Wed Sep 19, 2018 3:06 am Subject: blue green deployment patterns for IBM MQ |
Hello,
Can anyone give some ideas about setting up blue green deployment patterns for MQ with minimal configuration changes ?
Our current env is setup like this
app 1 --> QMA --> QMB/Q ... |
Topic: MQ pub sub question |
charanR
Replies: 4 Views: 5760
|
Forum: General IBM MQ Support Posted: Fri Apr 13, 2018 5:46 pm Subject: MQ pub sub question |
I'm basically looking for state publication as described in this document.
ftp://public.dhe.ibm.com/software/integration/support/supportpacs/individual/ma0dmqv7.pdf |
Topic: MQ pub sub question |
charanR
Replies: 4 Views: 5760
|
Forum: General IBM MQ Support Posted: Fri Apr 13, 2018 2:07 pm Subject: MQ pub sub question |
Hello,
I did not work much on pub/sub until now but I'm trying to implement a solution that is similar to stock prices subscription. IBM docs refer this example all over so I'm sure this is possibl ... |
Topic: how do I failback when using queue manager groups in CCDT |
charanR
Replies: 18 Views: 16444
|
Forum: General IBM MQ Support Posted: Mon Jan 22, 2018 6:28 am Subject: how do I failback when using queue manager groups in CCDT |
Why do you need the concept of primary and secondary Queue Managers ? Why not just a set of Queue Managers all of which are equally valid to connect to ?
I'm worried about load balancing the ... |
Topic: how do I failback when using queue manager groups in CCDT |
charanR
Replies: 18 Views: 16444
|
Forum: General IBM MQ Support Posted: Fri Jan 19, 2018 1:54 pm Subject: how do I failback when using queue manager groups in CCDT |
It would be fairly trivial though to add this type of logic to your application. Something which knows when it is not connected to the ideal Queue Manager and that it doesn't have any outstanding repl ... |
Topic: how do I failback when using queue manager groups in CCDT |
charanR
Replies: 18 Views: 16444
|
Forum: General IBM MQ Support Posted: Fri Jan 19, 2018 8:53 am Subject: how do I failback when using queue manager groups in CCDT |
sorry, I have been away for sometime.
Thank you PaulClarke. I will try setting CLNTWGHT to zero and test it again.
Yes, I was kind of looking for an "automatic" way of failing back the ... |