Author |
Message |
Topic: MQ and IIS integration |
petermqiis
Replies: 28 Views: 11402
|
Forum: General IBM MQ Support Posted: Wed Jun 17, 2009 11:14 am Subject: MQ and IIS integration |
Sorry to invoke such a reaction. I have looked the documentation but it doesn't answer my questions.
Apologies for wasting your time. We'll look elsewhere for help on this matter. |
Topic: MQ and IIS integration |
petermqiis
Replies: 28 Views: 11402
|
Forum: General IBM MQ Support Posted: Wed Jun 17, 2009 8:47 am Subject: MQ and IIS integration |
So the first instance disables triggering and then throws an exception and dies ...
what will cause triggering to be restarted? Seems like the whole system will be down again.
I'm sure these sol ... |
Topic: MQ and IIS integration |
petermqiis
Replies: 28 Views: 11402
|
Forum: General IBM MQ Support Posted: Wed Jun 17, 2009 6:53 am Subject: MQ and IIS integration |
Forgive me if I'm just being stupid but if 100 messages arrive and 100 triggered applications are started will there not be 100 totally isolated processes running? In that case each process must creat ... |
Topic: MQ and IIS integration |
petermqiis
Replies: 28 Views: 11402
|
Forum: General IBM MQ Support Posted: Wed Jun 17, 2009 6:24 am Subject: MQ and IIS integration |
I'm not sure I understand. It seems to me I have 2 options:
The commandline monitor, single instance of my code forwarding messages to http. I can pool a limited number of http connections and mars ... |
Topic: MQ and IIS integration |
petermqiis
Replies: 28 Views: 11402
|
Forum: General IBM MQ Support Posted: Wed Jun 17, 2009 6:10 am Subject: MQ and IIS integration |
I'll take a look but I'm scpetical that having upto 100 triggered application instances starting up per second each creating it's own http connection will be a good idea.
I'm still really betting o ... |
Topic: MQ and IIS integration |
petermqiis
Replies: 28 Views: 11402
|
Forum: General IBM MQ Support Posted: Wed Jun 17, 2009 5:28 am Subject: MQ and IIS integration |
Except that it passes control to the user code in my understanding. So in my example I throw an exception and the whole process dies, monitor and all. Unless the monitor can become a host environment ... |
Topic: MQ and IIS integration |
petermqiis
Replies: 28 Views: 11402
|
Forum: General IBM MQ Support Posted: Wed Jun 17, 2009 5:01 am Subject: MQ and IIS integration |
That's the root of the problem what is a good environment for monitoring that process? I was hoping some MQ component would be fault resilient and able to trigger code in a lightweight way just like I ... |
Topic: MQ and IIS integration |
petermqiis
Replies: 28 Views: 11402
|
Forum: General IBM MQ Support Posted: Wed Jun 17, 2009 4:20 am Subject: MQ and IIS integration |
Great that looks promising
How is that configured? The documentation seems to only list the command line parameters.
btw - the solution needs to work at around 50-100 messages per second. So I'm ... |
Topic: MQ and IIS integration |
petermqiis
Replies: 28 Views: 11402
|
Forum: General IBM MQ Support Posted: Wed Jun 17, 2009 4:01 am Subject: MQ and IIS integration |
I've run the example code for a .net trigger but it is still invoked from a command line process namely runmqdnm. If my code throws an exception this process dies and there is no monitoring left.
O ... |
Topic: MQ and IIS integration |
petermqiis
Replies: 28 Views: 11402
|
Forum: General IBM MQ Support Posted: Wed Jun 17, 2009 2:47 am Subject: MQ and IIS integration |
We have a legacy web app that runs on IIS accepting http requests. We would now like to respond to MQ messages and respond back over MQ. One option is to write a monitor to poll the queue, make http c ... |