Author |
Message |
Topic: getCurrentDepth() problem |
platondaniel
Replies: 9 Views: 10175
|
Forum: IBM MQ API Support Posted: Fri Aug 30, 2002 12:00 am Subject: getCurrentDepth() problem |
Hello !
Thx for the reply nimconsult. I've changed the code, it looks like this:
while (q.getCurrentDepth() > 0)
{
.
.
}
Isn't this testing every ti ... |
Topic: getCurrentDepth() problem |
platondaniel
Replies: 9 Views: 10175
|
Forum: IBM MQ API Support Posted: Mon Aug 26, 2002 5:56 am Subject: getCurrentDepth() problem |
Thanks a lot, it works... I should've write
message.messageId=MQC.MQMI_NONE ;
message.correlationId=MQC.MQMI_NONE;
Thanks,
DAN |
Topic: getCurrentDepth() problem |
platondaniel
Replies: 9 Views: 10175
|
Forum: IBM MQ API Support Posted: Mon Aug 26, 2002 5:52 am Subject: getCurrentDepth() problem |
Ok. i set them to 0 (message.messageID = 0) but now it wouldn't compile. Says "Cannot convert int to byte[] "
DAN |
Topic: getCurrentDepth() problem |
platondaniel
Replies: 9 Views: 10175
|
Forum: IBM MQ API Support Posted: Mon Aug 26, 2002 5:48 am Subject: getCurrentDepth() problem |
Thaks for replying... but i don't use MessID and CorrID. Do I have to manually reset them after getting a message ?
There is no posibillity for message expiring. I've put it 2 minutes before runni ... |
Topic: getCurrentDepth() ? |
platondaniel
Replies: 1 Views: 2672
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 26, 2002 3:18 am Subject: getCurrentDepth() ? |
Hello !
I am trying to get all the messages in the queue at once. For that i use getCurrentDepth to determine if there are any messages in the queue.
Here's the code:
int depth = q.getCurrentD ... |
Topic: getCurrentDepth() problem |
platondaniel
Replies: 9 Views: 10175
|
Forum: IBM MQ API Support Posted: Mon Aug 26, 2002 3:10 am Subject: getCurrentDepth() problem |
Hello !
I am trying to get all the messages in the queue at once. For that i use getCurrentDepth to determine if there are any messages in the queue.
Here's the code:
int depth = q.getCurrentD ... |
Topic: Problem with MQLSX |
platondaniel
Replies: 2 Views: 2711
|
Forum: IBM MQ API Support Posted: Thu Aug 15, 2002 5:18 am Subject: Problem with MQLSX |
Hello !
I have a little problem with the MQLSX library and I hope you can help me. I have put up a form in Lotus Notes and i'm trying to send some data to a MQSeries queue. It works fine if I put t ... |
Topic: java.io.UnsupportedEncodingException |
platondaniel
Replies: 2 Views: 2893
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 15, 2002 2:50 am Subject: java.io.UnsupportedEncodingException |
Thx a lot, problem solved !
DAN |
Topic: java.io.UnsupportedEncodingException |
platondaniel
Replies: 2 Views: 2893
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 14, 2002 1:23 am Subject: java.io.UnsupportedEncodingException |
Hello !
Here's the problem: I'm trying to get a message (any message) from a queue. The message is put on the queue by a Lotus Notes application; i specify the format MQFMT_STRING when i put the m ... |
Topic: 2059 error code in sample applications |
platondaniel
Replies: 2 Views: 3187
|
Forum: IBM MQ API Support Posted: Mon Aug 05, 2002 1:39 am Subject: 2059 error code in sample applications |
hello...
I tried to run imqsgetc.exe app from C:\Program Files\MQSeries\tools\cplus\samples\bin\vn and I received an error like ImqQueueManager::connect failed with reason code 2059. The error log ... |
Topic: Compiling a C++ application |
platondaniel
Replies: 3 Views: 3157
|
Forum: IBM MQ API Support Posted: Mon Aug 05, 2002 1:04 am Subject: Compiling a C++ application |
Thx a lot, but i've solved THIS problem using VC++ 6.0. THE OTHER problem is that the program returns error code 2059. Consulting the logs in \MQSeries\errors i found this
08/05/2002 12:24:30
AM ... |
Topic: Compiling a C++ application |
platondaniel
Replies: 3 Views: 3157
|
Forum: IBM MQ API Support Posted: Mon Aug 05, 2002 12:05 am Subject: Compiling a C++ application |
Hello !
The project that i am currently working on involves an older version of MQSeries, the 5.1 for Windows NT version.
I have tried to compile one of the samples with several compilers of seve ... |