Author |
Message |
Topic: MQ RFH2 Header helper class for java |
Maddy73
Replies: 1 Views: 2735
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 05, 2007 11:08 pm Subject: MQ RFH2 Header helper class for java |
Hi All,
I have written a simple MQRFH2 Header class which can be used to handle RFH2 headers in java. Anyone who need it can email me. I'm not sure how to upload the source file to the java reposit ... |
Topic: Message Exit - Put Date/Time issue |
Maddy73
Replies: 10 Views: 6751
|
Forum: General IBM MQ Support Posted: Mon Jun 12, 2006 8:07 am Subject: Message Exit - Put Date/Time issue |
The root cause of the problem have been identified. The put date time actually have been accidentally modified by MQSI message flow. Now it has been rectified. Thanks to everyone who have responded. |
Topic: Message Exit - Put Date/Time issue |
Maddy73
Replies: 10 Views: 6751
|
Forum: General IBM MQ Support Posted: Tue May 23, 2006 12:26 am Subject: Message Exit - Put Date/Time issue |
The loader program is written in Java. Forgot to mention that ! |
Topic: Message Exit - Put Date/Time issue |
Maddy73
Replies: 10 Views: 6751
|
Forum: General IBM MQ Support Posted: Tue May 23, 2006 12:24 am Subject: Message Exit - Put Date/Time issue |
We use Correl ID to match the transactions. If wrong Correl ID is matched, it will result in duplicate messages / duplicate record for a tracking point. But this is not the case I guess.
We use a ... |
Topic: Message Exit - Put Date/Time issue |
Maddy73
Replies: 10 Views: 6751
|
Forum: General IBM MQ Support Posted: Mon May 22, 2006 5:28 pm Subject: Message Exit - Put Date/Time issue |
The max time different is 7 seconds. We use time server to synch our servers. But we're only talking about QMgr on a single box. On average, this only happens every 6k messages. Our volume is roughly ... |
Topic: Message Exit - Put Date/Time issue |
Maddy73
Replies: 10 Views: 6751
|
Forum: General IBM MQ Support Posted: Mon May 22, 2006 3:25 am Subject: Message Exit - Put Date/Time issue |
One solution that I can think of is to set the Origin Context by myself in the Message Exit for the [b]Copied msg[\b] (new). But I thought it's best to let MQ handle it.
Any suggestion would be app ... |
Topic: Message Exit - Put Date/Time issue |
Maddy73
Replies: 10 Views: 6751
|
Forum: General IBM MQ Support Posted: Mon May 22, 2006 3:16 am Subject: Message Exit - Put Date/Time issue |
I'm not interested at the put date time of the original message which is passing through the channel. I'm talking about the put date time which is updated into the MQMD of the copied message. I let MQ ... |
Topic: Message Exit - Put Date/Time issue |
Maddy73
Replies: 10 Views: 6751
|
Forum: General IBM MQ Support Posted: Sun May 21, 2006 6:47 pm Subject: Message Exit - Put Date/Time issue |
Hi All,
I have written a Message Exit which copies messages passing through a channel and put it into a log queue. New MQMD is generated for the copied msg. The original msg header is stored as a RFH ... |