Author |
Message |
Topic: To set MessageId and Co-RelationID for a particluar Message |
ManishsAmit
Replies: 0 Views: 2562
|
Forum: General IBM MQ Support Posted: Mon Oct 06, 2003 4:37 am Subject: To set MessageId and Co-RelationID for a particluar Message |
I am using a VB application for sending and receving the mesages from the server, I am stuck with " I want to generate MessageID and co-relation ID for each message that is Put on to the Queue so that ... |
Topic: msgID |
ManishsAmit
Replies: 5 Views: 4465
|
Forum: General IBM MQ Support Posted: Fri Sep 26, 2003 5:22 am Subject: MsdID and Co-relationID |
You should read the Application Programming Guide for recommendations on doing request-reply processing with MQSeries.
The basics are your server app copies the request message id to the correlatio ... |
Topic: msgID |
ManishsAmit
Replies: 5 Views: 4465
|
Forum: General IBM MQ Support Posted: Fri Sep 26, 2003 4:11 am Subject: MSGID and CorelationID |
If I understand your quesion the queue manager can generate these for you, specify the following constants in your put message options (MQPMO.Options)
MQPMO_NEW_MSG_ID
MQPMO_NEW_CORREL_ID
Good ... |
Topic: msgID |
ManishsAmit
Replies: 5 Views: 4465
|
Forum: General IBM MQ Support Posted: Fri Sep 26, 2003 3:27 am Subject: msgID |
Hi!
I have one query regarding sending and receiving of messages.
While sending message to QManager msgID and CorreID also goes with msg,this two ID we have to generate or it get generated autom ... |
Topic: How to set MsdId and CorelationID for a particular message |
ManishsAmit
Replies: 1 Views: 2343
|
Forum: General IBM MQ Support Posted: Wed Sep 24, 2003 11:01 pm Subject: How to set MsdId and CorelationID for a particular message |
I wanted to know how should i set MSGID and CorelationID for a particular message which I will send to MQSeries server and how to retrieve the same (MSGID and Corelation ID) response from the server ... |
Topic: Getting garbled data while issuing the MQGET call. |
ManishsAmit
Replies: 5 Views: 5174
|
Forum: General IBM MQ Support Posted: Wed Sep 24, 2003 6:02 am Subject: Garbled Message |
I'm not too sure how that "message format=MQFMT_STRING" is going to work. You can't set an environment variable that way - it looks like you have set the variable "format".
Why not set the format i ... |
Topic: Getting garbled data while issuing the MQGET call. |
ManishsAmit
Replies: 5 Views: 5174
|
Forum: General IBM MQ Support Posted: Wed Sep 24, 2003 5:27 am Subject: Getting Garbled Data |
A quick guess, as your ASCII client is talking to an EBCDIC server - are you using MQSTR(ING?) as the message format, and specifying MQGMO_CONVERT as on the MQGET options.
HTH
Yes we have spec ... |
Topic: Getting garbled data while issuing the MQGET call. |
ManishsAmit
Replies: 5 Views: 5174
|
Forum: General IBM MQ Support Posted: Wed Sep 24, 2003 4:49 am Subject: Getting garbled data while issuing the MQGET call. |
We are developing an interface through which we are supposed to send an XML string to an IN queue using MQSeries to the server and retrieve XML string in response to our request from the OUT queue.
... |