Author |
Message |
Topic: Sending HTTP messages |
varholl
Replies: 4 Views: 3267
|
Forum: IBM MQ API Support Posted: Thu Sep 28, 2006 12:42 pm Subject: Sending HTTP messages |
For what i know..
I can send messages in two ways (maybe there are more, but i know only 2)
Via MQ api, connecting to a queue, etc, and sending the message, all managed by objects.
Via Http, th ... |
Topic: Sending HTTP messages |
varholl
Replies: 4 Views: 3267
|
Forum: IBM MQ API Support Posted: Thu Sep 28, 2006 10:24 am Subject: Sending HTTP messages |
Hi all!!, does somebody know how to send an http Message to MQ?
i have read the guide that tells how to do it, but i dont understand it very well!!
Please help!! |
Topic: Problems Reading the content of a Message with asp.net |
varholl
Replies: 13 Views: 7881
|
Forum: IBM MQ API Support Posted: Mon Sep 18, 2006 9:41 am Subject: Problems Reading the content of a Message with asp.net |
look, i solved the problem, i dont know why, because i didnt see it in any sample, but, i did this..
msj.Seek(0);
doc.InnerXml=msj.ReadString(msj.MessageLength);
and it worked perfectly.. it ... |
Topic: Problems Reading the content of a Message with asp.net |
varholl
Replies: 13 Views: 7881
|
Forum: IBM MQ API Support Posted: Mon Sep 18, 2006 9:19 am Subject: Problems Reading the content of a Message with asp.net |
ok, i didnt knew that, but, i get the same problem when i get the message, i mean, in my second program when i search in the queue, i can get the message but cant read it..thats why i put the readstri ... |
Topic: Problems Reading the content of a Message with asp.net |
varholl
Replies: 13 Views: 7881
|
Forum: IBM MQ API Support Posted: Mon Sep 18, 2006 9:05 am Subject: Problems Reading the content of a Message with asp.net |
Didn't work , i tried with ReadFully, setting the format to String and Reading with ReadString, but it's still dont working.
I dont think it's a configuration problem, i'm sure it maybe something ... |
Topic: Problems Reading the content of a Message with asp.net |
varholl
Replies: 13 Views: 7881
|
Forum: IBM MQ API Support Posted: Mon Sep 18, 2006 8:37 am Subject: Problems Reading the content of a Message with asp.net |
And how can i give that users permissions because i'm not the MQ administrator, so i have to asq him, the weird thing is that i test it some months ago and it worked fine.. how could it be.. |
Topic: Problems Reading the content of a Message with asp.net |
varholl
Replies: 13 Views: 7881
|
Forum: IBM MQ API Support Posted: Mon Sep 18, 2006 8:03 am Subject: Problems Reading the content of a Message with asp.net |
I ask Data, i dont send them to read.. my friend..
I will tell my problem.. if you want to help me..
I made two .net programs.
One just send messages and wait the replies..
the other one, reci ... |
Topic: Problems Reading the content of a Message with asp.net |
varholl
Replies: 13 Views: 7881
|
Forum: IBM MQ API Support Posted: Mon Sep 18, 2006 7:50 am Subject: Problems Reading the content of a Message with asp.net |
i think you dont understand the meaning of FORUM, if i knew all this stuff i wouldnt ask you, And i'm not asking you, because you always answer me to read the guide.., i'm a grand master in other foru ... |
Topic: Problems Reading the content of a Message with asp.net |
varholl
Replies: 13 Views: 7881
|
Forum: IBM MQ API Support Posted: Mon Sep 18, 2006 7:38 am Subject: Problems Reading the content of a Message with asp.net |
Hey friends!, hi all!!
I am facing a new problem right now, i write a message, and send it, aparently it works, but sadly it's not working fine.. i don't know why, but i write the message with the me ... |
Topic: Need to fing messages on queue |
varholl
Replies: 14 Views: 8731
|
Forum: IBM MQ API Support Posted: Wed Sep 13, 2006 1:05 pm Subject: Need to fing messages on queue |
Why, you always think you know everything, I NEED TO RESPOND SOME MESSAGES BECAUSE OTHER PROGRAMS WILL RESPOND THE REST.. SO ..
I DONT IF THE QUEUE WILL FILL UP.. BECAUSE ITS NOT MY RESPONSABILITY T ... |
Topic: Need to fing messages on queue |
varholl
Replies: 14 Views: 8731
|
Forum: IBM MQ API Support Posted: Wed Sep 13, 2006 9:19 am Subject: Need to fing messages on queue |
How, could it be full if i re-Get the message when i find one that i have to answer?
I do search as bruce said, when i find a message for me.. i re-Get the message with the msgId getted.
Think abo ... |
Topic: Need to fing messages on queue |
varholl
Replies: 14 Views: 8731
|
Forum: IBM MQ API Support Posted: Wed Sep 13, 2006 4:41 am Subject: Need to fing messages on queue |
thank you so much it was very helpfull!!  |
Topic: Need to fing messages on queue |
varholl
Replies: 14 Views: 8731
|
Forum: IBM MQ API Support Posted: Tue Sep 12, 2006 7:34 am Subject: Need to fing messages on queue |
could you help me with another way?, i dont have the time to read all the guide.. thank you! |
Topic: Need to fing messages on queue |
varholl
Replies: 14 Views: 8731
|
Forum: IBM MQ API Support Posted: Tue Sep 12, 2006 7:09 am Subject: thanks |
hi all, i need to read all message but dont response everyone, just need to response a selected group of messages, in a point of view a could use the correlid to identify them.. can i filter the messa ... |
Topic: Need to fing messages on queue |
varholl
Replies: 14 Views: 8731
|
Forum: IBM MQ API Support Posted: Tue Sep 12, 2006 6:39 am Subject: Need to fing messages on queue |
Hi all, its been a long time, i need some help again..
i need to look out in a queue and find messages that are coming to me..
i little words, i need to be legacy, so i need to read message and resp ... |