Author |
Message |
Topic: Flush unwanted messages from queues. |
patrick flaherty
Replies: 3 Views: 2287
|
Forum: General IBM MQ Support Posted: Thu May 11, 2006 9:35 am Subject: Flush unwanted messages from queues. |
Got it working - thanx.
'Expiry' is the word that did the trick for me.
pat |
Topic: Flush unwanted messages from queues. |
patrick flaherty
Replies: 3 Views: 2287
|
Forum: General IBM MQ Support Posted: Wed May 10, 2006 12:09 pm Subject: Flush unwanted messages from queues. |
Hi,
I have a new system I'm deploying. Relying (in the middle) on an MQ Q mgr containing two queues. One in; transfer (programmatically) to the second; and then a listener is sitting on a diffe ... |
Topic: Quiescing |
patrick flaherty
Replies: 7 Views: 4231
|
Forum: IBM MQ API Support Posted: Tue Apr 11, 2006 8:24 am Subject: Quiescing |
Thanx.
But is there any way to actually pause a Q? That is, stop it from forwarding on messages (or accpeting I suppose). But nothing attached to it drops/dies/etc?
This is so the that I can i ... |
Topic: Quiescing |
patrick flaherty
Replies: 7 Views: 4231
|
Forum: IBM MQ API Support Posted: Mon Apr 10, 2006 1:33 pm Subject: Quiescing |
Ah. The time stamp was this morning - not Sunday.
So it was me (mea culpa).
I wanted to post a message from the Windows side without the listener (VMS [on the same Q of course]) scopping it up ... |
Topic: Quiescing |
patrick flaherty
Replies: 7 Views: 4231
|
Forum: IBM MQ API Support Posted: Mon Apr 10, 2006 1:27 pm Subject: Quiescing |
From what systems, and others who can touch the MQS server machine, tell me is that they weren't doing anything.
pat |
Topic: Quiescing |
patrick flaherty
Replies: 7 Views: 4231
|
Forum: IBM MQ API Support Posted: Mon Apr 10, 2006 1:09 pm Subject: Quiescing |
Hi,
We had (for the first time) a server/listener up running over the wkend. It failed Sunday morning.
With message #2202. Which turns out to be MQRC_CONNECTION_QUIESCING.
Looked in ... |
Topic: ReasonToText |
patrick flaherty
Replies: 3 Views: 2023
|
Forum: IBM MQ API Support Posted: Fri Mar 31, 2006 10:37 am Subject: ReasonToText |
thanx. Will have a look.
pat |
Topic: ReasonToText |
patrick flaherty
Replies: 3 Views: 2023
|
Forum: IBM MQ API Support Posted: Fri Mar 31, 2006 10:00 am Subject: ReasonToText |
Hi,
Perl's MQ module has a method ReasonToText() which takes the numeric Reason code and translates it to the corresponding string.
Is there an equivalent call (or series of calls) in the st ... |
Topic: MGET: "Unable to allocate memory". |
patrick flaherty
Replies: 11 Views: 6562
|
Forum: IBM MQ API Support Posted: Mon Mar 27, 2006 4:56 pm Subject: MGET: "Unable to allocate memory". |
I looked the 'other one' up.
Booger.
Am Slang. Couldn't remember how to spell it. |
Topic: MGET: "Unable to allocate memory". |
patrick flaherty
Replies: 11 Views: 6562
|
Forum: IBM MQ API Support Posted: Mon Mar 27, 2006 4:54 pm Subject: MGET: "Unable to allocate memory". |
Well of course. That's the problem isn't it.
Or rather was.
Now the code works.
(you're not English are you?). |
Topic: MGET: "Unable to allocate memory". |
patrick flaherty
Replies: 11 Views: 6562
|
Forum: IBM MQ API Support Posted: Mon Mar 27, 2006 4:48 pm Subject: MGET: "Unable to allocate memory". |
And even better.
After making the change, the code now runs properly.
Duh.
Just added a
use strict;
Which, in theory, is something one should never do without in perl.
pat |
Topic: MGET: "Unable to allocate memory". |
patrick flaherty
Replies: 11 Views: 6562
|
Forum: IBM MQ API Support Posted: Mon Mar 27, 2006 4:45 pm Subject: MGET: "Unable to allocate memory". |
Ah thanx.
I keep making that mistake for reasons I'm unaware of. (it's curious how when one makes typos, that, for a given word, it's usually the same typo).
pat |
Topic: MGET: "Unable to allocate memory". |
patrick flaherty
Replies: 11 Views: 6562
|
Forum: IBM MQ API Support Posted: Mon Mar 27, 2006 4:05 pm Subject: Also |
I'm running ActiveState perl 5.6.
It's occurred to me that I might want to rip up the current installation; install 5.8; and then reinstall the perl MQSeries module.
(although I'd rather not obv ... |
Topic: MGET: "Unable to allocate memory". |
patrick flaherty
Replies: 11 Views: 6562
|
Forum: IBM MQ API Support Posted: Mon Mar 27, 2006 4:03 pm Subject: MGET: "Unable to allocate memory". |
Hi,
New to MQS but experienced programmer.
I wrote a first MQ Put perl script on Windows (downloaded and built the MQSeries module from CPAN). That worked.
Then wrote a listener (MQGET ... |