Author |
Message |
Topic: Move FR? Or Create New Cluster? |
PeterPotkay
Replies: 6 Views: 89
|
Forum: Clustering Posted: Sat Feb 04, 2023 5:49 am Subject: Move FR? Or Create New Cluster? |
Best practice is for FRs to be on a pair of small dedicated servers that host no other function. This allows you to upgrade them as needed (without negotiating / coordinating / begging colocated apps ... |
Topic: Sequence Number (Cluster to Multi Instance) Scripting Idea |
PeterPotkay
Replies: 12 Views: 346
|
Forum: General IBM MQ Support Posted: Sun Jan 15, 2023 9:59 am Subject: Sequence Number (Cluster to Multi Instance) Scripting Idea |
Yeah, a new MQ Cluster that contains just your sending QM and their 2 receiving QMs would be ideal to solve for this, but it looks like you can't implement that for I assume legitimate reasons that wi ... |
Topic: Sequence Number (Cluster to Multi Instance) Scripting Idea |
PeterPotkay
Replies: 12 Views: 346
|
Forum: General IBM MQ Support Posted: Thu Jan 12, 2023 4:19 pm Subject: Sequence Number (Cluster to Multi Instance) Scripting Idea |
Rayn,
If channel sequence #s could safely be automatically reset, IBM would just make that happen in the base product. |
Topic: MQIPT -cons |
PeterPotkay
Replies: 6 Views: 384
|
Forum: General IBM MQ Support Posted: Thu Dec 15, 2022 2:53 pm Subject: Re: MQIPT -cons |
1) makes troubleshooting difficult when there are channel connection issues?
2) does it cause the messages to be delivered out of order?
1) Troubleshooting is more complex because there is now ... |
Topic: Looking for information about MQ9 "Backup Queue Manager |
PeterPotkay
Replies: 14 Views: 1424
|
Forum: General IBM MQ Support Posted: Thu Nov 24, 2022 5:36 am Subject: Looking for information about MQ9 "Backup Queue Manager |
Lepiota,
What about Multi Instance Queue Managers? Might your environment meet the requirements (e.g. storage) to use this as a solution?
https://www.ibm.com/docs/en/ibm-mq/9.3?topic=configuration ... |
Topic: MQ Active-Active Configureation details required |
PeterPotkay
Replies: 3 Views: 816
|
Forum: General IBM MQ Support Posted: Sun Oct 16, 2022 3:08 pm Subject: MQ Active-Active Configureation details required |
Remember! If using MSCS, only the servers are active/active - the queue managers are active on only one server.
Phrased a bit differently....
An individual queue manager on a MSCS cluster will o ... |
Topic: Improved performance of MQ JMS with Spring Boot |
PeterPotkay
Replies: 3 Views: 15932
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 27, 2022 5:52 pm Subject: Improved performance of MQ JMS with Spring Boot |
 |
Topic: Streaming messages going to one queue to another one - query |
PeterPotkay
Replies: 14 Views: 2761
|
Forum: General IBM MQ Support Posted: Fri Jul 08, 2022 2:14 pm Subject: Streaming messages going to one queue to another one - query |
Streaming Queues can do this for you the easiest. You would need to upgrade your queue manager to an MQ version that supports it.
You said "we receive inbound messages via MQ". It is on t ... |
Topic: Why should qmgrs use unique channel for each cluster? |
PeterPotkay
Replies: 5 Views: 891
|
Forum: Clustering Posted: Mon Jun 13, 2022 6:46 pm Subject: Why should qmgrs use unique channel for each cluster? |
Creating a CLUSRCVR channel is a one time task that takes only a minute, that serves the lifetime of the cluster. Do yourself a favor - one CLUSRRCVR channel per cluster.
I hope the hesitance isn't ... |
Topic: Does AMS protect message logs? |
PeterPotkay
Replies: 12 Views: 2676
|
Forum: General IBM MQ Support Posted: Sun Jun 05, 2022 5:40 am Subject: Does AMS protect message logs? |
Thanks for clarifying that, Morag. |
Topic: Does AMS protect message logs? |
PeterPotkay
Replies: 12 Views: 2676
|
Forum: General IBM MQ Support Posted: Sat Jun 04, 2022 6:26 am Subject: Does AMS protect message logs? |
Morag,
How about in the cases where one must use MCA Interception?
https://www.ibm.com/docs/en/ibm-mq/9.2?topic=ams-message-channel-agent-mca-interception
Use Case: MQ Client is DataPower where M ... |
Topic: Does AMS protect message logs? |
PeterPotkay
Replies: 12 Views: 2676
|
Forum: General IBM MQ Support Posted: Sat Jun 04, 2022 6:16 am Subject: Does AMS protect message logs? |
Does AMS also protect messages at rest in qmgr logs?
Which is written to logs, the clear text image or encrypted image?
The encryption takes place in the application process before it leaves ... |
Topic: ACE and MQ upgrade |
PeterPotkay
Replies: 2 Views: 1114
|
Forum: WebSphere Message Broker Support Posted: Mon May 30, 2022 4:28 am Subject: ACE and MQ upgrade |
Make a little software compatibility matrix table.
Create a spreadsheet where the rows are labeled the MQ versions (MQ 7.5, 8.0, 9.0, 9.1, 9.2) and the columns are labeled the IIB versions (IIB v9, ... |
Topic: SVRCONN channels not stopped permanently after qmgr restart |
PeterPotkay
Replies: 6 Views: 2293
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu May 26, 2022 5:31 pm Subject: SVRCONN channels not stopped permanently after qmgr restart |
jthm,
I noticed this as well last year. It was on some old MQ 8 queue managers just about to go away, and it worked as expected when I tried on our 9.2 queue managers so I never followed up. I just a ... |
Topic: qmgrs with same name but different versions |
PeterPotkay
Replies: 10 Views: 2422
|
Forum: General IBM MQ Support Posted: Thu May 26, 2022 5:25 pm Subject: qmgrs with same name but different versions |
Heba_MQ,
What are you trying to accomplish? Maybe there is a better way. |