Author |
Message |
Topic: Polling for messages with .NET API queries... |
treny_boy
Replies: 5 Views: 5357
|
Forum: IBM MQ API Support Posted: Thu Dec 27, 2007 9:49 pm Subject: Polling for messages with .NET API queries... |
Hi Peter,
Thanks, I will look into this but it sounds like this is exactly what I need.
Cheers
Trent |
Topic: Polling for messages with .NET API queries... |
treny_boy
Replies: 5 Views: 5357
|
Forum: IBM MQ API Support Posted: Wed Dec 19, 2007 9:47 pm Subject: Re: Polling for messages with .NET API queries... |
What are you going to do in between the pols? How long will it take? It doesn't make much sense to close the q only to immediately open it. Rather than polling you are better off opening the q once, ... |
Topic: Polling for messages with .NET API queries... |
treny_boy
Replies: 5 Views: 5357
|
Forum: IBM MQ API Support Posted: Tue Dec 18, 2007 3:44 pm Subject: Polling for messages with .NET API queries... |
Hi,
I've got a couple of queries with the .NET API I'm hoping someone can provide some advice on:
1. I am building an application which polls an MQ queue looking for messages, and when found get ... |
Topic: C#.NET - MQ API or XMS |
treny_boy
Replies: 9 Views: 10441
|
Forum: IBM MQ API Support Posted: Sun Oct 28, 2007 11:23 pm Subject: C#.NET - MQ API or XMS |
Thanks Jeff, these books look very helpfull.
One thing I noticed in the Using .NET guide was a reference to the 3 connection types, client binding, server binding and managed client. It grabbed my ... |
Topic: C#.NET - MQ API or XMS |
treny_boy
Replies: 9 Views: 10441
|
Forum: IBM MQ API Support Posted: Sun Oct 28, 2007 4:02 am Subject: C#.NET - MQ API or XMS |
Makes sense...and isn't what I need to do so API it is!
I'll install MQ on my dev box tomorrow and play around with some of the samples...
Are there any good API references/guides available? I' ... |
Topic: C#.NET - MQ API or XMS |
treny_boy
Replies: 9 Views: 10441
|
Forum: IBM MQ API Support Posted: Fri Oct 26, 2007 6:29 am Subject: C#.NET - MQ API or XMS |
Thanks Jeff, you've been really helpful!
Thats exactly what I was thinking, I'll check that sample out, is that something included with MQ installation or can I find the code sample somewhere on th ... |
Topic: C#.NET - MQ API or XMS |
treny_boy
Replies: 9 Views: 10441
|
Forum: IBM MQ API Support Posted: Fri Oct 26, 2007 6:05 am Subject: C#.NET - MQ API or XMS |
Programming the MQ API doesn't concern me too much, and I don't see us ever needing to use a different messaging technology...
What do you mean by pub/sub?
Basically I need to build something wh ... |
Topic: C#.NET - MQ API or XMS |
treny_boy
Replies: 9 Views: 10441
|
Forum: IBM MQ API Support Posted: Fri Oct 26, 2007 5:42 am Subject: C#.NET - MQ API or XMS |
Hi,
I'm fairly new to WebSphere MQ, and I need to integrate messaging into a .NET application which we need to use to send/receive data between a client.
From what I understand so far I have 2 o ... |