Author |
Message |
Topic: Message ID in MQI |
wenhuei
Replies: 4 Views: 4461
|
Forum: General Discussion Posted: Tue Sep 17, 2002 10:04 pm Subject: Message ID in MQI |
so what should i set in pmo.options??
thank you |
Topic: Message ID in MQI |
wenhuei
Replies: 4 Views: 4461
|
Forum: General Discussion Posted: Tue Sep 17, 2002 8:57 pm Subject: Message ID in MQI |
hi,
i use the default pmo.option, means i did not set anthing on it.
thank you |
Topic: Message ID in MQI |
wenhuei
Replies: 4 Views: 4461
|
Forum: General Discussion Posted: Tue Sep 17, 2002 7:30 pm Subject: Message ID in MQI |
HI,
i try to set the MsgId in MQMD, then i put the message to a queue. But i found the msgid is changed after i put the message.
strcpy(md.MsgId,"ABCD");
printf(" www %s www\n",md.MsgId); ... |
Topic: how to set MsgId in AMI |
wenhuei
Replies: 0 Views: 1407
|
Forum: General Discussion Posted: Mon Sep 16, 2002 2:12 am Subject: how to set MsgId in AMI |
Can anybody tell me how to set MsgId (Message ID) in AMI ? i find function like setCorrelId, setCCSID.... but cannot find setMsgId.
Thank you for help. |
Topic: How to use multiple subcribers |
wenhuei
Replies: 4 Views: 2868
|
Forum: General Discussion Posted: Sun Sep 15, 2002 4:22 pm Subject: How to use multiple subcribers |
thank you for help... |
Topic: How to use multiple subcribers |
wenhuei
Replies: 4 Views: 2868
|
Forum: General Discussion Posted: Thu Sep 12, 2002 5:16 pm Subject: How to use multiple subcribers |
i am using AMI to do this.
my situation is i have more than 2 client waiting for the publication, all of the client do a subscription with same queue, same policy and same topic (means that they ar ... |
Topic: How to use multiple subcribers |
wenhuei
Replies: 4 Views: 2868
|
Forum: General Discussion Posted: Thu Sep 12, 2002 2:24 am Subject: How to use multiple subcribers |
i use topic "a2808/name" to do a publication and run 2 subscription at the same time. 13 message had been published, first subscription receive 7 message and the second receive 6 message.
how can ... |