|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 3 matches |
Author |
Message |
Topic: MQ Event like MSMQ |
goodman
Replies: 8 Views: 7593
|
Forum: IBM MQ API Support Posted: Sun Jul 22, 2007 11:47 pm Subject: MQ Event like MSMQ |
I try to write a .net monitor for writting every message to file.
but when I using runmqdnm to attach the dll, exception throws
here are my simple code:
using System;
using System.Config ... |
Topic: MQ Event like MSMQ |
goodman
Replies: 8 Views: 7593
|
Forum: IBM MQ API Support Posted: Sun Jul 22, 2007 4:52 am Subject: MQ Event like MSMQ |
if the Queuemanager is not local you need to connect and do a get with wait, when connection is broken (rc 2009): reconnect.
if the Queuemanager is local you can use triggering
Thanks a lot ! J ... |
Topic: MQ Event like MSMQ |
goodman
Replies: 8 Views: 7593
|
Forum: IBM MQ API Support Posted: Sat Jul 21, 2007 6:52 pm Subject: MQ Event like MSMQ |
Hello, theres
I'm new in MQSeries. I want to retrieve messages in mqqueue using c#.
Is it possible to using event (like MSMQ event / enable notification) when new message is arrival ? any code ... |
|
|
|