Author |
Message |
Topic: Creating a Queue? (amqmdnet.dll) |
ChrisH
Replies: 3 Views: 5954
|
Forum: IBM MQ API Support Posted: Sun Mar 08, 2009 9:20 am Subject: Re: Creating a Queue? |
Thanks I thought it would be PCF commands and yes I understand your "caveats" and agree. This may not be the way to go. I'm just looking at (being a programmer myself) not having time to cre ... |
Topic: Creating a Queue? (amqmdnet.dll) |
ChrisH
Replies: 3 Views: 5954
|
Forum: IBM MQ API Support Posted: Sun Mar 08, 2009 6:50 am Subject: Creating a Queue? (amqmdnet.dll) |
In looking at the MQueueManager there doesn't seem to be a method available to create a queue on a quemanager. Am I missing something here? What method or means should be used to create a queue on the ... |
Topic: Pub/Sub and retained messages, only one can be retained? |
ChrisH
Replies: 6 Views: 8037
|
Forum: IBM MQ API Support Posted: Sun Mar 01, 2009 10:08 am Subject: Pub/Sub and retained messages, only one can be retained? |
Yeah it's seeming that I'm not looking at the right model I agree and the Pub/Sub makes sense in the other contexts. Thanks for your help and I'll try and see what I can come up with as a better model ... |
Topic: Pub/Sub and retained messages, only one can be retained? |
ChrisH
Replies: 6 Views: 8037
|
Forum: IBM MQ API Support Posted: Sun Mar 01, 2009 7:35 am Subject: Pub/Sub and retained messages, only one can be retained? |
Right and that makes sense. So if for example I wanted to be able to have all the replies that have gone on as far as this topic published to any group of subscribers, I'd have to have a queue (MQQueu ... |
Topic: Pub/Sub and retained messages, only one can be retained? |
ChrisH
Replies: 6 Views: 8037
|
Forum: IBM MQ API Support Posted: Sat Feb 28, 2009 7:17 am Subject: Pub/Sub and retained messages, only one can be retained? |
Hi first off let me warn you I'm a newbie to MQ, so please bear with me.
We're working on some POC stuff for the company and were planning on putting up (publishing) a bunch of files then having a s ... |
Topic: C# Pub Sub example(s)? |
ChrisH
Replies: 1 Views: 6887
|
Forum: IBM MQ API Support Posted: Thu Feb 26, 2009 1:11 pm Subject: C# Pub Sub example(s)? |
Does anyone have any good pub sub examples for amqmdnet?
I seem to have the Publish going ok, when I test subscription from within MQExplorer it shows he message I publish but when I try my Subscrib ... |