Author |
Message |
Topic: How do you capture the MsgId of a msg that you've browsed? |
manjo
Replies: 2 Views: 2846
|
Forum: General IBM MQ Support Posted: Thu Sep 29, 2005 6:26 pm Subject: How do you capture the MsgId of a msg that you've browsed? |
I'm using perl/MQSeries.pm
I'm unable to GET a message for a specific MsgId. I can read the messages on the queue just fine when not looking for a specific msg (i.e. using MQMO_NONE, and not settin ... |
Topic: How can you keeping running total of msgs per Q for the day? |
manjo
Replies: 16 Views: 26860
|
Forum: General Discussion Posted: Tue Aug 30, 2005 3:21 pm Subject: How can you keeping running total of msgs per Q for the day? |
I'm not sure I understand how periodically capturing the current depth will tell me how many total messages have been enqueued. Inquiring on Current Depth could always come back with 0, when in fact ... |
Topic: How can you keeping running total of msgs per Q for the day? |
manjo
Replies: 16 Views: 26860
|
Forum: General Discussion Posted: Mon Aug 29, 2005 1:35 pm Subject: How can you keeping running total of msgs per Q for the day? |
Thank you very much for the advice. I am merely an application developer, but will strongly recommend the installation of MQ6, or at minimum get the latest Fix Pack (CSD10) on our servers. Wish me lu ... |
Topic: How can you keeping running total of msgs per Q for the day? |
manjo
Replies: 16 Views: 26860
|
Forum: General Discussion Posted: Mon Aug 29, 2005 8:53 am Subject: How can you keeping running total of msgs per Q for the day? |
Well, there you go...
mqm@clearingdev,mqm:2> mqver
Name: WebSphere MQ
Version: 530
CMVC level: p000-L021011
BuildType: IKAP - (Production) |
Topic: How can you keeping running total of msgs per Q for the day? |
manjo
Replies: 16 Views: 26860
|
Forum: General Discussion Posted: Mon Aug 29, 2005 8:26 am Subject: How can you keeping running total of msgs per Q for the day? |
I'm guessing we don't have MQ version 6. I am not able to alter the STATQ attribute. The system has never heard of it.
1 : alter qlocal(ql.nawork.tes) statq(on)
AMQ8405: Syntax error detec ... |
Topic: How can you keeping running total of msgs per Q for the day? |
manjo
Replies: 16 Views: 26860
|
Forum: General Discussion Posted: Fri Aug 26, 2005 12:17 pm Subject: How can you keeping running total of msgs per Q for the day? |
Because we are too cheap to get an off-the-shelf monitoring tool, we are building our own, to a degree.
We want to be able to know at any given time during the day, how many messages have been writ ... |
Topic: Hexidecimal '00' appears in every other char on incoming msg |
manjo
Replies: 3 Views: 2415
|
Forum: General IBM MQ Support Posted: Mon Feb 23, 2004 9:41 am Subject: Hexidecimal '00' appears in every other char on incoming msg |
Just a follow-up to the hexidecimal issue. You were absolutely correct about it being a Unicode issue. Thank you so much!
Margaret |
Topic: Hexidecimal '00' appears in every other char on incoming msg |
manjo
Replies: 3 Views: 2415
|
Forum: General IBM MQ Support Posted: Tue Feb 17, 2004 1:46 pm Subject: Hexidecimal '00' appears in every other char on incoming msg |
Thanks for that! The guy I'm working with is on the other side of the planet so I won't know until at least tomorrow, but I'll let you know if that's the issue. Thanks again!
Margaret |
Topic: Hexidecimal '00' appears in every other char on incoming msg |
manjo
Replies: 3 Views: 2415
|
Forum: General IBM MQ Support Posted: Tue Feb 17, 2004 11:53 am Subject: Hexidecimal '00' appears in every other char on incoming msg |
Hello,
An outside entity is sending us a message (so I don't know what code or platform he is using), and when the msg arrives it has a hexidecimal '00' between every character. Like this:
MQ Ex ... |
Topic: Retry Exit |
manjo
Replies: 1 Views: 2884
|
Forum: General IBM MQ Support Posted: Tue Jun 25, 2002 6:20 am Subject: Retry Exit |
We have a requirement that dictates we change to an alternate channel if the primary channel uses up it retries. Given that I can only use Perl or shell scripts or MQSC commands, does anyone have a su ... |
Topic: How do I install a channel security exit? |
manjo
Replies: 8 Views: 7335
|
Forum: General IBM MQ Support Posted: Tue Jun 25, 2002 6:03 am Subject: Exit Issue Resolved.... |
Just thought I'd explained the resolution for those who may end up with the same problem.
The entity we were communicating with provided us with an exit that was installable with no changes to the ... |
Topic: How do I install a channel security exit? |
manjo
Replies: 8 Views: 7335
|
Forum: General IBM MQ Support Posted: Fri Jun 14, 2002 9:34 am Subject: How do I install a channel security exit? |
Hi Jørgen,
I guess I don't understand your answer. The other party DID provide the exit (in the form of a sample C program). But if we can use it it AS IS or even customize it for our use, my ques ... |
Topic: How do I install a channel security exit? |
manjo
Replies: 8 Views: 7335
|
Forum: General IBM MQ Support Posted: Thu Jun 13, 2002 11:53 am Subject: How do I install a channel security exit? |
Hello,
I'm relatively new to MQ, have a general understanding of channels, QMs and queues (I've been defining them and using them), but I'm ignorant about security channel exits. I've researched t ... |
Topic: Losing special characters in transmit to mainframe |
manjo
Replies: 5 Views: 7783
|
Forum: General Discussion Posted: Wed Dec 05, 2001 6:07 pm Subject: Losing special characters in transmit to mainframe |
Well, I guess my particular problem is turning into a data conversion issue. We're not exactly "losing" the special characters. The data comes across in ASCII format and the mainframe COBOL program th ... |
Topic: Losing special characters in transmit to mainframe |
manjo
Replies: 5 Views: 7783
|
Forum: General Discussion Posted: Fri Nov 30, 2001 2:39 pm Subject: Losing special characters in transmit to mainframe |
I saw an earlier post about someone losing special characters, but it involved HTML.
I am sending data to a queue from a Perl program via PUTMQ. I can view the data on the queue via MQ explorer and ... |