Author |
Message |
Topic: message stuck in transmission queue |
kush911
Replies: 3 Views: 6872
|
Forum: Mainframe, CICS, TXSeries Posted: Thu May 03, 2007 2:59 am Subject: message stuck in transmission queue |
I am sending message to a remote queue but the message is getting stuck in Transmition q of QM1.this message is not getting to the Local Q of (qmanager 2) i.e remote queue on QM1 . sender of qmanager ... |
Topic: putting message in a remote queue |
kush911
Replies: 8 Views: 11182
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Apr 30, 2007 2:11 am Subject: putting message in a remote queue |
tnx guys,
Marcin was right in saying -
The most imprtant thing here is that max message size is max size of your message data and MQ headers together.
Now other problem has occured that the messa ... |
Topic: putting message in a remote queue |
kush911
Replies: 8 Views: 11182
|
Forum: Mainframe, CICS, TXSeries Posted: Sat Apr 28, 2007 11:36 am Subject: putting message in a remote queue |
i know it what it means .. i have already checked the max sizes of my queues and channels they are ok.
and also i am just writing 1 letter in the queue. |
Topic: putting message in a remote queue |
kush911
Replies: 8 Views: 11182
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Apr 27, 2007 8:18 am Subject: putting message in a remote queue |
Hi,
I made 2 channels - Sender(for MQmanager1) and Receiver (MQ Manager2). also created remote queue on manager1 and local queue on manager 2. One transmission queue for manager1.
Now when i am ... |
Topic: Deleting particular message from q |
kush911
Replies: 19 Views: 26551
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Apr 27, 2007 8:14 am Subject: Deleting particular message from q |
do not browse the mq. when you browse th mq the message does not get deleted. if you do not browse the mq then by default it will do a destructive read |
Topic: Deleting particular message from q |
kush911
Replies: 19 Views: 26551
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Feb 23, 2007 5:35 am Subject: Deleting particular message from q |
tnx to all of you for your valueable responses |
Topic: Deleting particular message from q |
kush911
Replies: 19 Views: 26551
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Jan 11, 2007 7:52 am Subject: Deleting particular message from q |
i am getting 5th record with "Browse" and also with "Msg_under_cursor" but the problem is the message is not geeting deleted from the queue. |
Topic: Deleting particular message from q |
kush911
Replies: 19 Views: 26551
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Jan 10, 2007 8:44 am Subject: Deleting particular message from q |
but using without browse it deletes the first message from the MQ instead of the 5th message it has to delete.
If i provide browse-msg-under-cursor i am able to catch the cursor at which the record i ... |
Topic: Deleting particular message from q |
kush911
Replies: 19 Views: 26551
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Jan 10, 2007 8:35 am Subject: Deleting particular message from q |
i tried the browse-msg-under-cursor option ... but i cannot use it with SYNCPOINT option and the messages still remain on the queue - i.e. its not getting desturctively read. |
Topic: Deleting particular message from q |
kush911
Replies: 19 Views: 26551
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Jan 08, 2007 8:38 am Subject: Deleting particular message from q |
i did a BROWSE NEXT to reach to the appropriate message .. as the BROWSE does not delete the message from the QUerue .. then i did a destructive MQGET which instead of deleting this message deleted th ... |
Topic: Deleting particular message from q |
kush911
Replies: 19 Views: 26551
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Jan 08, 2007 8:31 am Subject: Deleting particular message from q |
Hi,
I have a requriement that i hav to browse the MQ and reach to the message which i have to delete and then delete the message leaving al the other messages intact.
I opened the MQ in Browse ... |