Author |
Message |
Topic: Newbie question |
rtsujimoto
Replies: 3 Views: 2511
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 02, 2011 12:00 pm Subject: Newbie question |
Thanks! |
Topic: Newbie question |
rtsujimoto
Replies: 3 Views: 2511
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 02, 2011 11:52 am Subject: Newbie question |
Is it possible to use separate broker domains on same machine to manage multiple environments, e.g. dev and test? Customer wants to save some money. |
Topic: Question on Candle alert: |
rtsujimoto
Replies: 2 Views: 4469
|
Forum: IBM MQ Performance Monitoring Posted: Sat May 15, 2010 6:14 am Subject: Question on Candle alert: |
Did you associate the situation with the target server? If you don't, no alert will appear on the TEP console. |
Topic: MQ Performance question, re channel throughput maxes @25MB/s |
rtsujimoto
Replies: 28 Views: 23856
|
Forum: General Discussion Posted: Thu Apr 15, 2010 6:27 am Subject: MQ Performance question, re channel throughput maxes @25MB/s |
Here's a thought. It involves your BATCHSZ value as well as the processing of NP messages. I believe the default BATCHSZ value is 50, whereas you have it set to 500. The effect is a buildup of a la ... |
Topic: MQ Performance question, re channel throughput maxes @25MB/s |
rtsujimoto
Replies: 28 Views: 23856
|
Forum: General Discussion Posted: Wed Apr 14, 2010 6:12 am Subject: MQ Performance question, re channel throughput maxes @25MB/s |
FWIW, I've been credited with quotes that I did not make. Looks like a cuto-and-paste mistake. |
Topic: MQ Performance question, re channel throughput maxes @25MB/s |
rtsujimoto
Replies: 28 Views: 23856
|
Forum: General Discussion Posted: Tue Apr 13, 2010 5:46 am Subject: MQ Performance question, re channel throughput maxes @25MB/s |
What tool/method are you using to support the 22MB throughput claim? |
Topic: MQPUT1 in Assembler |
rtsujimoto
Replies: 16 Views: 12899
|
Forum: Mainframe, CICS, TXSeries Posted: Thu Apr 01, 2010 6:08 am Subject: MQPUT1 in Assembler |
Admittedly, this is a side issue, but I think IBM could have done a better job when it came to how/where data is placed. In short, IBM should have supported the option of passing a pointer to the buf ... |
Topic: Taking message of MQ Queue to send to SNMP Trap. |
rtsujimoto
Replies: 6 Views: 9493
|
Forum: IBM MQ Performance Monitoring Posted: Thu Mar 11, 2010 7:41 am Subject: Taking message of MQ Queue to send to SNMP Trap. |
I don't know anything about Netcool, but HP OpenView has a line command that can be used to put an alert up on the OpenView console. We use rexec to run the line command on the OpenView server. I wou ... |
Topic: Taking message of MQ Queue to send to SNMP Trap. |
rtsujimoto
Replies: 6 Views: 9493
|
Forum: IBM MQ Performance Monitoring Posted: Wed Mar 10, 2010 7:51 am Subject: Taking message of MQ Queue to send to SNMP Trap. |
Where are you sending the SNMP trap to? Is it OpenView, or what? |
Topic: Can not create Queue Manager on Linux |
rtsujimoto
Replies: 2 Views: 3683
|
Forum: General Discussion Posted: Sun Feb 14, 2010 9:23 am Subject: Can not create Queue Manager on Linux |
Check your threadmax value. I use 32768 |
Topic: Conversion not supported, etc... |
rtsujimoto
Replies: 5 Views: 9588
|
Forum: General Discussion Posted: Wed Oct 28, 2009 6:30 am Subject: Conversion not supported, etc... |
I believe when MQ was installed on your AIX box, the installer might not have selected the fileset for Spanish. In the mean time, you could try setting CONVERT(YES) on your sender channel on the iSer ... |
Topic: Confirmation on Delivery (COD) not received from Windows app |
rtsujimoto
Replies: 19 Views: 32800
|
Forum: IBM MQ Security Posted: Wed Oct 14, 2009 9:30 am Subject: Confirmation on Delivery (COD) not received from Windows app |
You only need 1 example to negate the negative. You can use a COA and/or COD to determine if a checkpointed set of messages made it across (a la FTP). There are a million approaches to designing an ... |
Topic: Confirmation on Delivery (COD) not received from Windows app |
rtsujimoto
Replies: 19 Views: 32800
|
Forum: IBM MQ Security Posted: Wed Oct 14, 2009 7:59 am Subject: Confirmation on Delivery (COD) not received from Windows app |
I'm not sure COAs and CODs deserver a blanket condemnation. I think they can be useful, depending on the application design. |
Topic: Confirmation on Delivery (COD) not received from Windows app |
rtsujimoto
Replies: 19 Views: 32800
|
Forum: IBM MQ Security Posted: Tue Oct 13, 2009 6:54 am Subject: Confirmation on Delivery (COD) not received from Windows app |
IIRC, the sender's userid needs update authority to the XMITQ that points back to the sender. The MCA uses the sender's userid to put the COD directly on the XMITQ. |
Topic: MQ Archive log to DASD, and auto deletion after ARCRETN exp? |
rtsujimoto
Replies: 7 Views: 8135
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Sep 27, 2009 1:30 pm Subject: MQ Archive log to DASD, and auto deletion after ARCRETN exp? |
We run ADRDSSU on a weekly basis, which will delete expired data sets:
//STPMQ040 EXEC PGM=ADRDSSU,REGION=8192K
//SYSPRINT DD SYSOUT=* ... |