Author |
Message |
Topic: Trigger message in an IMS BMP - ISRT Example |
Mr Butcher
Replies: 1 Views: 8979
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Dec 29, 2016 1:37 am Subject: Trigger message in an IMS BMP - ISRT Example |
CSQQTRMN passes the MQTMC2 structure of the trigger message to the programs that it starts.
Look at the application programming reference for a description of the MQTMC2, there is not much magic in ... |
Topic: Not able to add z/OS queue manager to cluster |
Mr Butcher
Replies: 27 Views: 29103
|
Forum: Clustering Posted: Mon Jun 02, 2014 4:24 am Subject: Not able to add z/OS queue manager to cluster |
you should make SYSTEM.CLUSTER.COMMAND.QUEUE get-enabled.
hopefully you did not screw your cluster up already with trying a lot of stuff. |
Topic: Altering more than one xmitq at a time |
Mr Butcher
Replies: 6 Views: 5183
|
Forum: General Discussion Posted: Mon May 12, 2014 4:57 am Subject: Altering more than one xmitq at a time |
MO71 can do that, IIRC
http://www.mqgem.com/mo71.html |
Topic: How big is your DLQ? |
Mr Butcher
Replies: 18 Views: 15366
|
Forum: General IBM MQ Support Posted: Wed Jan 29, 2014 12:19 am Subject: How big is your DLQ? |
I am on z/OS, so i am able to use a seperate pageset for DLQ. This prevents DLQ messages filling up space used for the application or system queues.
In addition, I use a project specific DLQ handli ... |
Topic: Testing in Migration of mainframes |
Mr Butcher
Replies: 16 Views: 22134
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Jan 28, 2014 1:03 am Subject: Testing in Migration of mainframes |
Lets assume you have QMGRA on MF1 that is to be migrated to MF2
For migration, i would create a copy of QMGRA on MF2.
I would also connect QMGRA-MF1 and QMGRA-MF2 so you can send messages over ( ... |
Topic: Testing in Migration of mainframes |
Mr Butcher
Replies: 16 Views: 22134
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Jan 27, 2014 7:22 am Subject: Testing in Migration of mainframes |
You can not have 2 qmgrs of the same name in an LPAR at the same time.
you can set up 2 or more with the same name, by using different datasets and jcl, but you can start only one. however, thats n ... |
Topic: "Lost" messages |
Mr Butcher
Replies: 15 Views: 12613
|
Forum: General Discussion Posted: Tue Jan 21, 2014 1:36 am Subject: "Lost" messages |
check the MQ transaction log (depending on your plattform and utilities available and msg persistence) if those "lost" messages have ever been put to mqseries......
from my experience, in ... |
Topic: transmission queue |
Mr Butcher
Replies: 8 Views: 8782
|
Forum: General IBM MQ Support Posted: Wed Jan 08, 2014 1:00 am Subject: transmission queue |
I prefer to leave out the xmitq name in remote queue definitions - assuming there is a xmit queue which has the same name as the remote queue manager name.
queuemangernames are subjected to change. ... |
Topic: Reduce CPU performance based on MQ message flow |
Mr Butcher
Replies: 6 Views: 5714
|
Forum: General Discussion Posted: Wed Jan 08, 2014 12:57 am Subject: Reduce CPU performance based on MQ message flow |
how can anyone here in the formum answer the question, if your servers are oversized or not?!? i think its up to you to answer that.  |
Topic: transmission queue |
Mr Butcher
Replies: 8 Views: 8782
|
Forum: General IBM MQ Support Posted: Tue Jan 07, 2014 12:57 am Subject: transmission queue |
congratulations, you invented invisible messages.
you should re-read and reflect how distributed queueing works.
RQ -> XMITQ -> CHANNEL -> Destination (simple construct)
Now, w ... |
Topic: Starting Multiple Channels with one Trigger |
Mr Butcher
Replies: 15 Views: 14176
|
Forum: General IBM MQ Support Posted: Thu Dec 12, 2013 4:30 am Subject: Starting Multiple Channels with one Trigger |
Hi,
i was not talking about the differences between RUNMQCHI and RUNMQTRM, of course this is something completely different.
to me it looks like we are not talking about the same thing. so we ( ... |
Topic: Starting Multiple Channels with one Trigger |
Mr Butcher
Replies: 15 Views: 14176
|
Forum: General IBM MQ Support Posted: Wed Dec 11, 2013 2:27 am Subject: Starting Multiple Channels with one Trigger |
well, this starts to be a bit off topic. however ... i was not talking about sender or requester, i was talking about the difference using the supplied channel triggering vs. using the supplied trigg ... |
Topic: Starting Multiple Channels with one Trigger |
Mr Butcher
Replies: 15 Views: 14176
|
Forum: General IBM MQ Support Posted: Tue Dec 10, 2013 11:43 pm Subject: Starting Multiple Channels with one Trigger |
@Paul - IMHO when using solution 5 the same thing happens as with "normal" channel triggering. in both cases a start command is issued, and in both cases you can not be sure that the channel ... |
Topic: Starting Multiple Channels with one Trigger |
Mr Butcher
Replies: 15 Views: 14176
|
Forum: General IBM MQ Support Posted: Tue Dec 10, 2013 6:02 am Subject: Starting Multiple Channels with one Trigger |
5. create your own initiation queue and use the supplied trigger monitor to trigger a script that starts both channels |
Topic: How to know channel name which is used by application |
Mr Butcher
Replies: 2 Views: 5926
|
Forum: IBM MQ API Support Posted: Tue Dec 03, 2013 5:51 am Subject: How to know channel name which is used by application |
just ask them which channels they are using
or ask you r colleagues which channels they have been provided with
or stop the channels and wait who is complaining
maybe channel and qu ... |