Author |
Message |
Topic: Trying to read multiple messages from Queue |
Vinay15
Replies: 12 Views: 11171
|
Forum: IBM MQ API Support Posted: Mon Oct 23, 2006 1:58 am Subject: Trying to read multiple messages from Queue |
Is there any other way to match Message ID |
Topic: Trying to read multiple messages from Queue |
Vinay15
Replies: 12 Views: 11171
|
Forum: IBM MQ API Support Posted: Tue Oct 17, 2006 7:50 am Subject: Trying to read multiple messages from Queue |
Hi, Thanks for the replay. Let me be a bit more specific.
I am not giving replay to a message. As I have explained in first part, there are two applications which reads the message from Queue. Firs ... |
Topic: Trying to read multiple messages from Queue |
Vinay15
Replies: 12 Views: 11171
|
Forum: IBM MQ API Support Posted: Tue Oct 17, 2006 5:33 am Subject: Trying to read multiple messages from Queue |
Yes, they all are byte(). But when I read a message from multiple messages on Queue based on MessageId that I have it fetches different message. So I want to know that, where the code wht I have given ... |
Topic: Trying to read multiple messages from Queue |
Vinay15
Replies: 12 Views: 11171
|
Forum: IBM MQ API Support Posted: Tue Oct 17, 2006 12:45 am Subject: Trying to read multiple messages from Queue |
I am using two applications to read MQ message. First application puts the basic info from Queue to my application database and moves the message on MQ to vetted Queue. Second application then tries t ... |
Topic: NULL value in message |
Vinay15
Replies: 3 Views: 3535
|
Forum: IBM MQ API Support Posted: Fri Oct 13, 2006 12:58 am Subject: NULL value in message |
I am new for MQ. Please be specific so as I can resolve this |
Topic: NULL value in message |
Vinay15
Replies: 3 Views: 3535
|
Forum: IBM MQ API Support Posted: Wed Oct 11, 2006 6:01 am Subject: NULL value in message |
I am using amqmdnet.dll to put message on Queue.
Dim ConnProperties As Hashtable = New Hashtable
ConnProperties.Add(MQC.TRANSPORT_PROPERTY, connectionType)
ConnProperties.Add ... |