Author |
Message |
Topic: Getting all the messages in queue |
timmq
Replies: 17 Views: 14920
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Dec 07, 2007 9:28 am Subject: Getting all the messages in queue |
please ignore the 200 message count..we did some testing in between.
those 80 messages are lastest message count. After processing 13 messages, I can see 67 messages as queue depth and able to bro ... |
Topic: Getting all the messages in queue |
timmq
Replies: 17 Views: 14920
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Dec 07, 2007 8:49 am Subject: Getting all the messages in queue |
there are 80 messages in queue. queue depth is showing as 80 and also able to browse all the 80 messages. But when I ran the Cobol now, it processed only 13 records |
Topic: Getting all the messages in queue |
timmq
Replies: 17 Views: 14920
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Dec 07, 2007 8:32 am Subject: Getting all the messages in queue |
Am not a Cobol programmer too..
I worked with the Mainframe team to find out a reason/solution.
For testing, we used RFHUtil to put some 200 messages. The Cobol program in able to read all the 20 ... |
Topic: Getting all the messages in queue |
timmq
Replies: 17 Views: 14920
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Nov 30, 2007 11:52 am Subject: Getting all the messages in queue |
my understanding is that application never try to do anything by itself..I needed some help in preventing the application from doing something different..
Thanks |
Topic: Getting all the messages in queue |
timmq
Replies: 17 Views: 14920
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Nov 30, 2007 10:28 am Subject: Getting all the messages in queue |
apart from clearing the msgid and correlation id, is there any other paramaters needs to set or cleared? |
Topic: Getting all the messages in queue |
timmq
Replies: 17 Views: 14920
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Nov 30, 2007 7:53 am Subject: Getting all the messages in queue |
No..we are not using any msgid or correlation id to get messages..we are clearing after msg id and correlation id each get |
Topic: Getting all the messages in queue |
timmq
Replies: 17 Views: 14920
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Nov 30, 2007 7:51 am Subject: Getting all the messages in queue |
during testing we were submitting this job manually. During submitting we will get the queue depth using RFHUtil. After each run, we will verify the queuedepth. But queue depth will be zero after 2-3 ... |
Topic: Getting all the messages in queue |
timmq
Replies: 17 Views: 14920
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Nov 30, 2007 7:33 am Subject: Getting all the messages in queue |
Hi,
We are facing an issue while reading messages in queue. The scenario is like this..There is a Mainframe job that runs in every 2 minute. But when it runs it is not reading all the messages in t ... |
Topic: Getting Message data |
timmq
Replies: 3 Views: 4194
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Oct 01, 2007 10:45 am Subject: Getting Message data |
Hi,
When I tired to read a JMS message in a Mainframe , some Junk data is also added with message payload. The data is written by a Java client. I read some where that they are some header values. ... |
Topic: Sending Test Message From COBOL |
timmq
Replies: 8 Views: 12403
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Oct 01, 2007 7:42 am Subject: Converting from Ascii to MF format |
Hi,
Thanx for resolving the first problem I faced. But I am facing the conversion problem in processing the response. The client(JAVA) that is sending the XML response is in ASCII format. But the m ... |
Topic: Sending Test Message From COBOL |
timmq
Replies: 8 Views: 12403
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Sep 12, 2007 1:30 pm Subject: Sending Test Message From COBOL |
Thanx guys..It worked fine.. |
Topic: Sending Test Message From COBOL |
timmq
Replies: 8 Views: 12403
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Sep 12, 2007 10:42 am Subject: Sending Test Message From COBOL |
Hi,
We are in the process of intergrating mainframe applications with a EAI tool. Websphere MQ is used as MOM tool. When the data is written to MQ from Cobol using MQPUT, the format of the message ... |