Author |
Message |
Topic: Message ID's |
spoimala
Replies: 7 Views: 11675
|
Forum: IBM MQ API Support Posted: Fri Feb 22, 2002 12:27 am Subject: Message ID's |
As I told in my previous post, you can just put
ImqMessage msgRequest;
// clip---clap---
msgRequest.setMessageId();
msgRequest.setCorrelationId(); |
Topic: Message ID's |
spoimala
Replies: 7 Views: 11675
|
Forum: IBM MQ API Support Posted: Thu Feb 21, 2002 1:42 am Subject: Message ID's |
Strange, I don't find those methods in header file (neither does the intellisense of Visual Studio) but compiler doesn't complain when I add the methods...
Okay, now I have access the message and cor ... |
Topic: Message ID's |
spoimala
Replies: 7 Views: 11675
|
Forum: IBM MQ API Support Posted: Wed Feb 20, 2002 11:52 pm Subject: Message ID's |
In one book (http://www-3.ibm.com/software/ts/mqseries/txppacs/supportpacs/imqi.pdf) they say that there are methods setCorrelation id and set/getMessageID (but no getCorrelation ID).
But those metho ... |
Topic: Message ID's |
spoimala
Replies: 7 Views: 11675
|
Forum: IBM MQ API Support Posted: Wed Feb 20, 2002 11:28 pm Subject: Message ID's |
Okay, thanks guys.
But one problem. How can I access this MQMD structure as it's protected member of IMqMessage? I don't find a method in Message class to set/get these members.
(They told in that b ... |
Topic: Message ID's |
spoimala
Replies: 7 Views: 11675
|
Forum: IBM MQ API Support Posted: Wed Feb 20, 2002 4:47 am Subject: Message ID's |
I'm doing a component that reads and writes messages to/from a queue (C++ MQI API).
When I write a message to queue, how do I know, what is the ID of that message so I can read it from queue?
How ... |
Topic: Compiling C++ sample programs |
spoimala
Replies: 4 Views: 7996
|
Forum: IBM MQ API Support Posted: Tue Feb 19, 2002 3:17 am Subject: Compiling C++ sample programs |
When I try to build the sample programs, I get linker errors:
MQManager error LNK2001: unresolved external symbol "public: unsigned char __thiscall ImqMgr::disconnect(void)" (?disconnect@I ... |
Topic: Connecting to Mqseries |
spoimala
Replies: 5 Views: 6878
|
Forum: General IBM MQ Support Posted: Wed Feb 06, 2002 11:01 pm Subject: Connecting to Mqseries |
Yep, scattered indeed. I've found that site, but I've actually found nothing useful. Or I just can't find what I'm looking for. I really don't have time to paddle through all those books...
What is ... |
Topic: Connecting to Mqseries |
spoimala
Replies: 5 Views: 6878
|
Forum: General IBM MQ Support Posted: Wed Feb 06, 2002 6:10 am Subject: Connecting to Mqseries |
Could you point to any particular article, web site or a help file coming with the client? |
Topic: Connecting to Mqseries |
spoimala
Replies: 5 Views: 6878
|
Forum: General IBM MQ Support Posted: Wed Feb 06, 2002 5:54 am Subject: Connecting to Mqseries |
Hi!
I'm a total newcomer to MQSeries world. I've been given ip address of mqseries server and names (3) of queues to use. (Is this enough information?)
I've installed mqseries client and try to ... |
Topic: using C# and the mqm - reason code 2134 |
spoimala
Replies: 3 Views: 10498
|
Forum: IBM MQ API Support Posted: Wed Feb 06, 2002 4:31 am Subject: using C# and the mqm - reason code 2134 |
Nathan, would you like to help me a little.
Please, tell me your email address.
Sami Poimala
spoimala@st.jyu.fi |