Author |
Message |
Topic: Error creating consumer with message selector (C++) |
magr01
Replies: 5 Views: 5361
|
Forum: IBM MQ API Support Posted: Wed Jul 04, 2012 11:19 pm Subject: Error creating consumer with message selector (C++) |
Hi,
Seems like I got it to work.
Thank you very much for your help.
BR
Martin |
Topic: Error creating consumer with message selector (C++) |
magr01
Replies: 5 Views: 5361
|
Forum: IBM MQ API Support Posted: Tue Jul 03, 2012 10:26 pm Subject: Error creating consumer with message selector (C++) |
Hi,
I am using XMS.
Changed to the code to the following instead:
string msgID = (textMsg.getJMSMessageID()).c_str();
string msgSelector = "JMSCorrelationID = " + msgID;
session.c ... |
Topic: Error creating consumer with message selector (C++) |
magr01
Replies: 5 Views: 5361
|
Forum: IBM MQ API Support Posted: Mon Jul 02, 2012 9:15 pm Subject: Error creating consumer with message selector (C++) |
Hello,
I am trying to create a consumer with a message selector (I am in a multi-threaded application and I sending a request message and only want to receive the reply intended for that request).
... |
Topic: XMS - Keeping request/reply together? |
magr01
Replies: 1 Views: 4057
|
Forum: IBM MQ API Support Posted: Thu May 24, 2012 12:38 am Subject: XMS - Keeping request/reply together? |
Hello,
I am having problems correlating the request with the reply. Basically, the source I have right now just picks up the first available reply on the queue, eventhough it might not "belong ... |
Topic: Error when trying to register dll using C++ XMS |
magr01
Replies: 7 Views: 9474
|
Forum: IBM MQ API Support Posted: Tue Nov 15, 2011 9:35 am Subject: Error when trying to register dll using C++ XMS |
Thanks for the replies.
Read somewhere that I might need to install Microsoft Visual C++ 2005 Redistributable Package to get it to work. (the server where the dll should run do not have Visual Stud ... |
Topic: Error when trying to register dll using C++ XMS |
magr01
Replies: 7 Views: 9474
|
Forum: IBM MQ API Support Posted: Tue Nov 15, 2011 5:07 am Subject: Error when trying to register dll using C++ XMS |
Hello,
I have a application written in C++ where I have just changed the MQ API to XMS. Compiling and linking the works fine and using the dll on a testserver works fine (no errors when registering ... |