Author |
Message |
Topic: OS 390 Shared Queues acrossed two queue manager issues! |
Jesh
Replies: 2 Views: 2438
|
Forum: General IBM MQ Support Posted: Wed Jul 02, 2003 8:27 am Subject: OS 390 Shared Queues acrossed two queue manager issues! |
couldnt really understand what you want to achieve.
Should mainframe reader processes for P3 and P7 queue managers be up always
or do you want the mainframe reader to start running once you pu ... |
Topic: Mystery: Uncommitted message appears in OS390 transmit queue |
Jesh
Replies: 6 Views: 7264
|
Forum: General IBM MQ Support Posted: Mon Jun 02, 2003 11:27 pm Subject: Mystery: Uncommitted message appears in OS390 transmit queue |
I think, you have to specify MQPMO_SYNCPOINT and not MQMPO_NO_SYNCPOINT.
MQPMO_SYNCPOINT causes the messages to be invisible outside the unit of work that is putting the messages into the queue un ... |
Topic: "Parking" messages? |
Jesh
Replies: 4 Views: 3072
|
Forum: IBM MQ API Support Posted: Thu May 29, 2003 1:09 am Subject: "Parking" messages? |
you might want to have a look at one of my prev posts
Follow --> http://www.mqseries.net/phpBB2/viewtopic.php?t=8786
I believe that using MQ expiry for your scenario would be a very workable ... |
Topic: Retrying messages due to business requirement |
Jesh
Replies: 9 Views: 6107
|
Forum: IBM MQ API Support Posted: Wed May 21, 2003 9:25 am Subject: Retrying messages due to business requirement |
If your platform is zOs, you might be interested in my suggestion to make use of MQ expiry for your scenario.
You should have a new queue, you can call it the "Pending Expiry" queue. Your applicat ... |
Topic: Queue Service Interval Event Montoring |
Jesh
Replies: 0 Views: 1555
|
Forum: General IBM MQ Support Posted: Thu May 15, 2003 6:21 am Subject: Queue Service Interval Event Montoring |
Hi,
I have a basic doubt w.r.t Queue service interval events Monitoring. Do these events get generated only on an MQGET or MQPUT call?.
For example, I have set my QServiceIntervalEvent to HI ... |
Topic: MQ calls VS DB2 Calls |
Jesh
Replies: 5 Views: 3769
|
Forum: General IBM MQ Support Posted: Tue May 06, 2003 6:56 am Subject: MQ calls VS DB2 Calls |
Thanks Jeff.
We are concerned that we would be using MQ as a data repository, which is something uncoventional. Will there be anyother problem if we use MQ for this?
Regards,
Rajesh |
Topic: MQ calls VS DB2 Calls |
Jesh
Replies: 5 Views: 3769
|
Forum: General IBM MQ Support Posted: Fri May 02, 2003 8:53 am Subject: MQ calls VS DB2 Calls |
hi,
we have a cics application that reads a set of DB2 tables and prepares a huge array(table) of offsets and lengths. Then it formats the output based on these offsets and lengths. We are doing ab ... |
Topic: Shrinking Batch window problem - using MQ |
Jesh
Replies: 1 Views: 2204
|
Forum: General IBM MQ Support Posted: Thu Apr 24, 2003 8:35 am Subject: Shrinking Batch window problem - using MQ |
Hi all,
We have a z/OS mainframe shop.
I would appreciate if somebody could tell me how good is an option MQ series is to reduce the nightly Batch cycle window. I understand there are certain sc ... |
Topic: Trigger Problem with TrigType 'FIRST' |
Jesh
Replies: 10 Views: 7998
|
Forum: General IBM MQ Support Posted: Wed Apr 09, 2003 1:33 pm Subject: Trigger Problem with TrigType 'FIRST' |
Thanks Jeff.
We considered both the options you had mentioned.
Scheduling at the start of the day would take care of case 1.
But for case 2, CICS Systems Group guys here are not willing to add ... |
Topic: Trigger Problem with TrigType 'FIRST' |
Jesh
Replies: 10 Views: 7998
|
Forum: General IBM MQ Support Posted: Wed Apr 09, 2003 1:00 pm Subject: Trigger Problem with TrigType 'FIRST' |
Sorry...I should have explained in detail....Let me just do that --
We are trying to achieve expiry of messages and automatic dicarding of messages..that is expired messages should get transferred ... |
Topic: Trigger Problem with TrigType 'FIRST' |
Jesh
Replies: 10 Views: 7998
|
Forum: General IBM MQ Support Posted: Wed Apr 09, 2003 11:33 am Subject: Trigger Problem with TrigType 'FIRST' |
Thanks guys.
So i could eliminate the duplicate trigger messages if I keep the queue open always. Right?
Regards,
Jesh |
Topic: Trigger Problem with TrigType 'FIRST' |
Jesh
Replies: 10 Views: 7998
|
Forum: General IBM MQ Support Posted: Wed Apr 09, 2003 9:01 am Subject: Trigger Problem with TrigType 'FIRST' |
Hi,
We have a queue defined with the trigger type 'FIRST' and the trigger process is a CICS transaction. Our requirement is that this CICS transaction should do a dummy read on the queue(read with ... |