Author |
Message |
Topic: Sample code for MatchByMsgID or CorrelID |
ddm
Replies: 4 Views: 3973
|
Forum: General Discussion Posted: Mon Nov 15, 2004 5:14 pm Subject: Sample code for MatchByMsgID or CorrelID |
I made to work SOMETIMES, however it takes at least 40-50 secs, it een got to 5mins to retrieve a message which is pretty unacceptable. Any ideas/special option that I need to put in in order to make ... |
Topic: Sample code for MatchByMsgID or CorrelID |
ddm
Replies: 4 Views: 3973
|
Forum: General Discussion Posted: Mon Nov 15, 2004 3:08 pm Subject: Sample code for MatchByMsgID or CorrelID |
Im getting really frustated...
I can't make my code work if I specify a 24 byte MessageID or 24 byte CorrelationID... Im getting a 2033 error code.
What are the proper PutMessageOption/GetMessag ... |
Topic: Matching by MessageIDs |
ddm
Replies: 10 Views: 5855
|
Forum: General Discussion Posted: Fri Nov 12, 2004 9:22 am Subject: Matching by MessageIDs |
Well, is there a message in the queue with a matching MsgID? Sounds like there is not.
Can you confirm that there is a message(s) on the queue with the msgid(s) you expect?
In my actual code, I f ... |
Topic: Matching by MessageIDs |
ddm
Replies: 10 Views: 5855
|
Forum: General Discussion Posted: Wed Nov 10, 2004 4:28 pm Subject: Matching by MessageIDs |
I already upgraded to CSD08 and still cannot make MatchByMessageID to work. What am i missing?
If you guys have sample code / getmessageoptions that I can use, I'd truly appreciate it. - Thanks!
... |
Topic: Matching by MessageIDs |
ddm
Replies: 10 Views: 5855
|
Forum: General Discussion Posted: Wed Nov 10, 2004 10:04 am Subject: Matching by MessageIDs |
I think if you read the code you have posted, you will see the problem.
I see what you're saying. I am assigning the variable correlationID to the MessageID property of the mqMessage.
Actuall ... |
Topic: Matching by MessageIDs |
ddm
Replies: 10 Views: 5855
|
Forum: General Discussion Posted: Tue Nov 09, 2004 7:45 pm Subject: Matching by MessageIDs |
I have this code that allows the user to use the MessageID or CorrelationID when retrieving MQ messages. I can't make it to work when I use MatchByMessageID. On the other hand, it always works when ... |
Topic: MQQueue.Put and MessageIDs ?? |
ddm
Replies: 1 Views: 1879
|
Forum: General Discussion Posted: Tue Nov 09, 2004 7:10 pm Subject: MQQueue.Put and MessageIDs ?? |
I tried to specify a MessageID to use for my mqMessage but after I invoke an MQQueue.Put() the my original messageID is overwritten.
What options do I have to put in order for it NOT to be overwrit ... |
Topic: Queue.Get() method: Weird?? |
ddm
Replies: 9 Views: 5474
|
Forum: General Discussion Posted: Thu Nov 04, 2004 9:01 am Subject: Queue.Get() method: Weird?? |
Be careful when you set your wait time to Unlimited. You should have some mechanism to terminate your program, like putting a message on the queue with some flag (Feedback code/MessageType = something ... |
Topic: Queue.Get() method: Weird?? |
ddm
Replies: 9 Views: 5474
|
Forum: General Discussion Posted: Wed Nov 03, 2004 3:15 pm Subject: Queue.Get() method: Weird?? |
Thank you very much for all your input.
I just set the WaitInterval property to 'MQC.MQWI_UNLIMITED' and it worked!!!! |
Topic: Queue.Get() method: Weird?? |
ddm
Replies: 9 Views: 5474
|
Forum: General Discussion Posted: Wed Nov 03, 2004 8:03 am Subject: Queue.Get() method: Weird?? |
Thanks for the reply.
Actually, i am specifying a WAIT on the web app but still it doesn't do it.
Any more ideas why?
Is the CSD08 backwards compatible with 05? Will my old code still work ... |
Topic: Queue.Get() method: Weird?? |
ddm
Replies: 9 Views: 5474
|
Forum: General Discussion Posted: Tue Nov 02, 2004 4:19 pm Subject: Queue.Get() method: Weird?? |
I am using AMQMDNET.DLL on an MQSeries 5.3 Client and CSD05. I have 2 apps one is a regular windows application and the other is a web application.
I noticed a weird behavior on the Queue.Get() me ... |
Topic: Documentation for Reason Code Description |
ddm
Replies: 3 Views: 2729
|
Forum: General Discussion Posted: Wed Apr 07, 2004 9:10 am Subject: Documentation for Reason Code Description |
Thanks all! |
Topic: MQAX200.DLL / AMQMDNET.DLL Question |
ddm
Replies: 1 Views: 2815
|
Forum: General Discussion Posted: Thu Apr 01, 2004 3:01 pm Subject: MQAX200.DLL / AMQMDNET.DLL Question |
I have a wrapper for MQAX200.DLL that goes like this:
objPutMsg.MessageData = sInMessage
where sInMessage is a string.
Now I am trying to do the same thing in .net and I noticed that there ar ... |
Topic: Documentation for Reason Code Description |
ddm
Replies: 3 Views: 2729
|
Forum: General Discussion Posted: Thu Apr 01, 2004 8:35 am Subject: Documentation for Reason Code Description |
Where can I get a documentation of the Reason Code Description?
Just a quick one: I am trying to get a reply from a message that I sent and I am getting this error:
Completion Code: 2
Reaso ... |
Topic: Clearing the Dead Letter Queue in Net |
ddm
Replies: 2 Views: 2266
|
Forum: General Discussion Posted: Thu Feb 12, 2004 3:07 pm Subject: Clearing the Dead Letter Queue in Net |
How do you clear the Dead Letter Queue in .Net. ?
And what is the Dead Letter Queue anyways? Is is just like a regular queue that I can connect to using the MQQueue object? |