Author |
Message |
Topic: New: MQ Technical Conference v2.0.1.4 |
bob_buxton
Replies: 24 Views: 21727
|
Forum: News/Updates Posted: Mon Oct 13, 2014 11:53 am Subject: New: MQ Technical Conference v2.0.1.4 |
You could perhaps have made the afternoon break (the one with cheescake/ice cream etc) slightly longer
Roger is just protecting your waistline! |
Topic: MQ-triggered Transaction with backout queue???????? |
bob_buxton
Replies: 6 Views: 10713
|
Forum: Mainframe, CICS, TXSeries Posted: Fri May 23, 2014 2:31 am Subject: MQ-triggered Transaction with backout queue???????? |
MQGMO_MARK_SKIP_BACKOUT can be a very useful attribute in this type of scenario allowing you to put the 'poison' message to the Backout queue in your transactions abend handler routine.
If you don't ... |
Topic: MQCB Support for IBM WMQ |
bob_buxton
Replies: 9 Views: 12909
|
Forum: IBM MQ Performance Monitoring Posted: Wed Jan 22, 2014 1:48 pm Subject: MQCB Support for IBM WMQ |
MQCTL/MQCB could be considered as creating a task which is waiting for a message on any of several queues and calling the appropriate call back routine when a message does arrive.
Polling is not in ... |
Topic: MQPUT JCL. Where to put the actual message? |
bob_buxton
Replies: 28 Views: 35168
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Nov 21, 2012 2:27 pm Subject: MQPUT JCL. Where to put the actual message? |
Did you have a subscriber application running? (CSQ4BCP2-4 are sample subscriber programs)
Why do you expect a message to be left on the queue?
Have You specified that you want retained Publications ... |
Topic: Trigger Interval with Shared Queue |
bob_buxton
Replies: 18 Views: 23947
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Nov 14, 2012 9:14 am Subject: Trigger Interval with Shared Queue |
If an application has the queue open then no more trigger messages will be generated for the queue if another instance fails. The setting of trigger interval is irrelevant |
Topic: MQPUT JCL. Where to put the actual message? |
bob_buxton
Replies: 28 Views: 35168
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Nov 01, 2012 1:28 pm Subject: MQPUT JCL. Where to put the actual message? |
CSQ4BVK1 is a very simple basic sample program that is intended to be used to show the basics of writing MQ programs in Cobol - it is not intended to be a useful utility program.
You can either edi ... |
Topic: SupportPacs |
bob_buxton
Replies: 5 Views: 3614
|
Forum: General Discussion Posted: Sun Oct 14, 2012 8:50 am Subject: SupportPacs |
Welcome to life outside IBM - you'll soon wonder how you found time for work |
Topic: MQ Multi threaded C++ Application |
bob_buxton
Replies: 16 Views: 17336
|
Forum: IBM MQ API Support Posted: Thu Jun 21, 2012 3:15 am Subject: MQ Multi threaded C++ Application |
As an ex-Zos developer I am afraid that I am not very familiar with the Linux environment.
If you are using the client libraries that support multi threading I think that it should work. |
Topic: MQ Multi threaded C++ Application |
bob_buxton
Replies: 16 Views: 17336
|
Forum: IBM MQ API Support Posted: Mon Jun 18, 2012 9:47 am Subject: MQ Multi threaded C++ Application |
You could consider using the MQCTL/MQCB interface to monitor multiple queues as an alternative to having a multi-threaded application design. |
Topic: MQ Multi threaded C++ Application |
bob_buxton
Replies: 16 Views: 17336
|
Forum: IBM MQ API Support Posted: Mon Jun 18, 2012 9:39 am Subject: MQ Multi threaded C++ Application |
I removed my own post because I thought I had posted to wrong thread |
Topic: MQ Multi threaded C++ Application |
bob_buxton
Replies: 16 Views: 17336
|
Forum: IBM MQ API Support Posted: Mon Jun 18, 2012 9:20 am Subject: MQ Multi threaded C++ Application |
wrong thread |
Topic: Simple Z/OS REXX scripts for v7 MQSC |
bob_buxton
Replies: 13 Views: 17208
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Aug 16, 2011 1:15 pm Subject: Simple Z/OS REXX scripts for v7 MQSC |
There is now support for running CSQUTIL command interface from the CSQOREXX ISPF panels without the need to submit JCL.
This includes support for command lines longer than 80 characters without ne ... |
Topic: z/OS "fail-if-quiesce" option |
bob_buxton
Replies: 5 Views: 6429
|
Forum: Mainframe, CICS, TXSeries Posted: Wed May 18, 2011 12:19 am Subject: z/OS "fail-if-quiesce" option |
It can make sense to not code the quiesce option if you are just MQPUTing a single reply message in response to a a MQGET (with quiesce).
There is little point in forcing your last transaction to go ... |
Topic: MQ triggering - multiple INITQ vs single INITQ? |
bob_buxton
Replies: 2 Views: 3772
|
Forum: General IBM MQ Support Posted: Tue Mar 22, 2011 2:31 pm Subject: MQ triggering - multiple INITQ vs single INITQ? |
The standard trigger monitor application CKTI can only monitor a single INITQ so if you have multiple INITQ you will need to arrange automation start multiple CKTI transactions. Only one CKTI is auto ... |
Topic: Could an expired message be moved to another queue? |
bob_buxton
Replies: 5 Views: 4606
|
Forum: General IBM MQ Support Posted: Fri Dec 24, 2010 2:43 am Subject: Could an expired message be moved to another queue? |
You could specify that you want an expiration report message placed on the reply to queue by setting report options to MQRO_EXPIRATION_WITH_FULL_DATA
The message will have a report header before th ... |