Author |
Message |
Topic: Handling full queue |
fatboyjim
Replies: 23 Views: 11518
|
Forum: General IBM MQ Support Posted: Thu Jun 14, 2007 12:45 am Subject: Handling full queue |
Yes the messages are coming through a channel, it is working fine now (after a restart)
What I have finally implemented is:
Message expiry at the 3rd party end so that a full queue can be cleare ... |
Topic: Handling full queue |
fatboyjim
Replies: 23 Views: 11518
|
Forum: General IBM MQ Support Posted: Wed Jun 13, 2007 5:45 am Subject: Handling full queue |
It doesn't matter if we lose some messages, we just don't want it to back up at their end so they turn off the feed.
You've got some odd business requirements. Never heard "yeah, sure, lose so ... |
Topic: Handling full queue |
fatboyjim
Replies: 23 Views: 11518
|
Forum: General IBM MQ Support Posted: Wed Jun 13, 2007 5:07 am Subject: Handling full queue |
Is there a better way to do this?
Taking a step back, what is the point to these messages if they can be discarded when the queue's too full? If it's that certain that these messages are unecessar ... |
Topic: Handling full queue |
fatboyjim
Replies: 23 Views: 11518
|
Forum: General IBM MQ Support Posted: Wed Jun 13, 2007 4:54 am Subject: Handling full queue |
Ultimately, do you think, given my original post, that a trigger is the best way forward? Is there no better way to either accept and ditch incoming messages?
I certainly do!
If it is, am ... |
Topic: Handling full queue |
fatboyjim
Replies: 23 Views: 11518
|
Forum: General IBM MQ Support Posted: Tue Jun 12, 2007 3:11 am Subject: Handling full queue |
Lovely, thanks for taking the time to find that for me
I am still ever so slightly lost, there are some points perhaps you could help clear up for me:
Ultimately, do you think, given my original ... |
Topic: Handling full queue |
fatboyjim
Replies: 23 Views: 11518
|
Forum: General IBM MQ Support Posted: Tue Jun 12, 2007 2:18 am Subject: Handling full queue |
Thanks for that, I was looking on the website
I do have all of the PDFs downloaded, but hadn't looked through each and every one (found the Application Programming Guide now - named - obviously, cs ... |
Topic: Handling full queue |
fatboyjim
Replies: 23 Views: 11518
|
Forum: General IBM MQ Support Posted: Tue Jun 12, 2007 2:12 am Subject: Handling full queue |
Elvis lives! Thanks for the message pal, is there some documentation somewhere to explain how to run apps from triggers? I've been unsuccessful in my searching so far (the IBM page I found on google s ... |
Topic: Handling full queue |
fatboyjim
Replies: 23 Views: 11518
|
Forum: General IBM MQ Support Posted: Tue Jun 12, 2007 2:01 am Subject: Handling full queue |
All,
I have a C# application that reads messages from a WebSphere MQ queue with a depth of 5000, messages are being pumped onto this queue by a third party
Unfortunately, it is not possible for ... |
Topic: Security issues |
fatboyjim
Replies: 8 Views: 5071
|
Forum: IBM MQ API Support Posted: Wed Jul 26, 2006 3:02 am Subject: Security issues |
Superb, thanks for that
Another quickie. As I understand it, the client sends to the server the name of the logged-on user.
Surely then, for example, if an unscrupulous user discovered that use ... |
Topic: Security issues |
fatboyjim
Replies: 8 Views: 5071
|
Forum: IBM MQ API Support Posted: Wed Jul 26, 2006 2:12 am Subject: Security issues |
Thanks for all of your help, fixed the problem by setting MCAUSER to the local administrator.
Just for future reference, is there a way to turn off security completely, although it is not advised?
... |
Topic: Security issues |
fatboyjim
Replies: 8 Views: 5071
|
Forum: IBM MQ API Support Posted: Tue Jul 25, 2006 12:45 pm Subject: Security issues |
Thanks for the reply
Can you run the client app under a userid that you can then give authority to on your server?
Is that going to work? The client app is running on a box which has a differen ... |
Topic: Security issues |
fatboyjim
Replies: 8 Views: 5071
|
Forum: IBM MQ API Support Posted: Tue Jul 25, 2006 11:23 am Subject: Security issues |
Hi all,
First post so please be gentle
Just been playing around with c# and WMQ today, and hitting a few teething problems.
I have a server on my Windows 2000 box, this runs fine, and my l ... |