IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

MQ Error - Message not getting read from request queue


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
abhi484u
Warnings : 1

New User


Joined: 31 Aug 2006
Posts: 9

PostPosted: Wed Jul 28, 2010 12:50 pm
Reply with quote

Hi,

I have an issue with MQ service in mainframe.

For an existing MQ service some times the message gets accumulated in the request queue.

Queues are set up as follow

Java Mainframe
Alias Q --------------> Local Request Q --> MF Process runs over here
Alias Q <------------- Remote Reply Q <--- Response of process from MF

when ever this fails I am getting message accumulated in Local Request of Q of mainframe.
As per company std I can't set the service to trigger always. It is set to trigger for first mesage only.

Any thoughts on this please help.
Back to top
View user's profile Send private message
Ronald Burr

Active User


Joined: 22 Oct 2009
Posts: 293
Location: U.S.A.

PostPosted: Wed Jul 28, 2010 5:19 pm
Reply with quote

You must ( somehow ) insure that the MF process never abends.
That may entail having to validate every incoming field ( e.g. numeric fields only contain numeric data, etc. ); examining and dealing ( appropriately ) with every file status code; planing for, and dealing with every table look-up result ( e.g. not-found condition ),\; if CICS, insuring that every possible CICS error is HANDLEd so as to prevent an actual abend, etc.

"Bad" messages should be discarded and some kind of response posted into the response queue to indicate that an error has occurred.

IF the MF process is a CICS transaction, it may be necessary to end the current thread and re-invoke the transaction to handle subsequent messages ( if any ) - e.g. EXEC CICS RETURN TRANSID(xxxx).
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
This topic is locked: you cannot edit posts or make replies. how can I proof that message was post... Java & MQSeries 1
No new posts Random read in ESDS file by using RBA JCL & VSAM 6
Search our Forums:

Back to Top