Author |
Message |
Topic: setmqaut revoke problem |
cheanfeiy
Replies: 5 Views: 4022
|
Forum: General IBM MQ Support Posted: Mon Sep 17, 2007 8:06 pm Subject: Solved |
jefflowrey wrote:
You may actually be running a qmgr that has OAM security disabled entirely.
After further checks on the qm configuration, found out that the OAM was disabled. |
Topic: setmqaut revoke problem |
cheanfeiy
Replies: 5 Views: 4022
|
Forum: General IBM MQ Support Posted: Mon Sep 17, 2007 2:30 am Subject: setmqaut revoke problem |
i am trying to revoke all authority of a group on qmgr.
My setmqaut command look like this:-
setmqaut -m TESTQM -t qmgr -g TESTGRP -all
After that, i run "refresh security".
However, w ... |
Topic: Sender Channel stays in "Binding" |
cheanfeiy
Replies: 18 Views: 26824
|
Forum: General IBM MQ Support Posted: Tue Jul 10, 2007 7:36 pm Subject: Sender Channel stays in "Binding" |
cmkeller wrote:
If there is such a thing as a listener in 5.3, how do I see it?
In MQ 5.3, you can find the listener in the WebSphere MQ Services snap-in.
cmkeller wrote:
When I right-clic ... |
Topic: Tuning Parameter for WMQ v6 |
cheanfeiy
Replies: 3 Views: 3614
|
Forum: General IBM MQ Support Posted: Sun Jul 08, 2007 7:07 pm Subject: Tuning Parameter for WMQ v6 |
Hi Peter,
Thanks for your reply.
However, i am looking for the description of TuningParameter stanza in qm.ini file.
The parameters are AgentClassMap and AgentClassLimit1. Does anyone knows whi ... |
Topic: Tuning Parameter for WMQ v6 |
cheanfeiy
Replies: 3 Views: 3614
|
Forum: General IBM MQ Support Posted: Fri Jul 06, 2007 1:38 am Subject: Tuning Parameter for WMQ v6 |
Hi Expert,
May I know if the Tuning Parameter stanza still available in WMQ v6? I was trying to find this information in the documentation but can't see it discuss anyway in the documentation. |
Topic: Unrelease channel connection |
cheanfeiy
Replies: 28 Views: 29256
|
Forum: General IBM MQ Support Posted: Sun Jun 17, 2007 8:38 pm Subject: Unrelease channel connection |
Thanks fjb_saper.
Now I am enable to stop the orphaned connections.
BTW, can MQ be configured to handle such orphaned connections? |
Topic: Unrelease channel connection |
cheanfeiy
Replies: 28 Views: 29256
|
Forum: General IBM MQ Support Posted: Thu Jun 14, 2007 8:19 pm Subject: Unrelease channel connection |
fjb_saper wrote
And in V6 if the connection is stale you can find out it's handle and issue a STOP CONN() and wait to see who screams...
You are right, those connections were created by MQExpl ... |
Topic: MaxChannel setting |
cheanfeiy
Replies: 3 Views: 3299
|
Forum: General IBM MQ Support Posted: Wed Jun 13, 2007 11:20 pm Subject: MaxChannel setting |
In my scenario, 100 connection is definitely not enough. Increasing the MaxChannel to 1000 is to cater for future client applications.
So, my concern is whether changing MaxChannel will impact server ... |
Topic: Unrelease channel connection |
cheanfeiy
Replies: 28 Views: 29256
|
Forum: General IBM MQ Support Posted: Wed Jun 13, 2007 10:19 pm Subject: Unrelease channel connection |
Hi experts,
I noticed in my QM that there are some "hang" connection to some of the SVRCONN channels (eg. SYSTEM.ADMIN.SVRCONN). Those connection has been established since 1-2 months ago a ... |
Topic: MaxChannel setting |
cheanfeiy
Replies: 3 Views: 3299
|
Forum: General IBM MQ Support Posted: Wed Jun 13, 2007 10:06 pm Subject: MaxChannel setting |
Hi experts,
My QM was currently experienced the "Maximum number of channels reached" issue. Therefore, I am planning to increase the the MaxChannel to a greater value, said from 100 to 1000 ... |
Topic: MQMD.MsgFlags |
cheanfeiy
Replies: 1 Views: 3368
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 13, 2006 5:49 pm Subject: MQMD.MsgFlags |
Hi,
I am developing ESQL on MQSI v2.1 (FP09) & MQ v5.3 (CSD11).
I received a group of messages from a queue and I process them in logical order. When processing each of the messages, i increase ... |
Topic: Message exit on OS/400 |
cheanfeiy
Replies: 4 Views: 2960
|
Forum: General IBM MQ Support Posted: Sun Apr 17, 2005 11:52 pm Subject: Message exit on OS/400 |
Normally during ExitReason = MQXR_INIT, MQ let you prepare memories allocation for your exit program. There shouldn't be any agent buffer manupulation because my message data was not appear at INIT st ... |
Topic: Message exit on OS/400 |
cheanfeiy
Replies: 4 Views: 2960
|
Forum: General IBM MQ Support Posted: Wed Apr 13, 2005 5:23 pm Subject: RE:Message exit on OS/400 |
The DataLen and AgentBuffLen are very much dependent on the ExitReason. Try to capture the DataLen and AgentBufLen value during ExitReason = MQXR_MSG, you should expect both parameter assigned with ce ... |
Topic: SCYEXIT specification on AS/400 |
cheanfeiy
Replies: 1 Views: 2129
|
Forum: General IBM MQ Support Posted: Mon Oct 25, 2004 5:11 pm Subject: SCYEXIT specification on AS/400 |
The SCYEXIT is a fix length of 10 characters field. So, if your exit program name is less than that, you need to pad with space to make it 10 characters then only follow by the library name.
for your ... |
Topic: Linux SVRCONN channel STOPPING |
cheanfeiy
Replies: 0 Views: 1802
|
Forum: General IBM MQ Support Posted: Wed Oct 06, 2004 7:15 pm Subject: Linux SVRCONN channel STOPPING |
I've developed send & receive exit program to encrypt / decrypt data for my W2K MQ Client transmission data to Linux server QM. Both send & receive exit works fine with simple PUT / GET load t ... |