Author |
Message |
Topic: FP Install |
J.D
Replies: 0 Views: 2121
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Aug 16, 2011 3:12 pm Subject: FP Install |
When installing FP on Solaris, do we need to uninstall gsk packages before installing new versions?
Does MQ works fine with new FP even though gsk packages on old versions?
In the below discussion, ... |
Topic: Throughput Degradation |
J.D
Replies: 17 Views: 15798
|
Forum: IBM MQ Performance Monitoring Posted: Fri Mar 18, 2011 8:56 am Subject: Throughput Degradation |
Performance test is not yet started and will update you guys once it is done. Developers had made the change in application so that each thread initiates separate MQCONNX call with Queue Manager. |
Topic: kdb expiration |
J.D
Replies: 7 Views: 11237
|
Forum: IBM MQ Security Posted: Mon Jan 31, 2011 3:57 pm Subject: kdb expiration |
How to check the expiration time for the password of .kdb? |
Topic: kdb expiration |
J.D
Replies: 7 Views: 11237
|
Forum: IBM MQ Security Posted: Mon Jan 31, 2011 1:56 pm Subject: kdb expiration |
MQ Clients make a SSL connection with Queue Managers and it is one-way authentication only (Client authenticates Server). The Client side .kdb has CA trust certificates which expire after 10 years. So ... |
Topic: kdb expiration |
J.D
Replies: 7 Views: 11237
|
Forum: IBM MQ Security Posted: Tue Jan 25, 2011 11:35 am Subject: kdb expiration |
Hi Guys,
How to find the .kdb file expiration if expire option was selected during creation?
Thanks |
Topic: Throughput Degradation |
J.D
Replies: 17 Views: 15798
|
Forum: IBM MQ Performance Monitoring Posted: Fri Jan 07, 2011 3:48 pm Subject: Throughput Degradation |
Thanks for all suggestions. I have asked the developers to re-run the test next week so that i can capture connections on MQ Server. |
Topic: Throughput Degradation |
J.D
Replies: 17 Views: 15798
|
Forum: IBM MQ Performance Monitoring Posted: Fri Jan 07, 2011 1:45 pm Subject: Throughput Degradation |
Why do you think it's an MQ issue? Maybe the work is stacked up inside the sending application and not in MQ.
What is the relationship between the number of threads in the sending application and ... |
Topic: Throughput Degradation |
J.D
Replies: 17 Views: 15798
|
Forum: IBM MQ Performance Monitoring Posted: Fri Jan 07, 2011 10:25 am Subject: Throughput Degradation |
Receiving app is processing 30K req/rsp messages per hour in production and test environment is also capable of handling the same number.
Mine is a retail client and we have around 150 stores acros ... |
Topic: Throughput Degradation |
J.D
Replies: 17 Views: 15798
|
Forum: IBM MQ Performance Monitoring Posted: Thu Jan 06, 2011 4:26 pm Subject: Throughput Degradation |
Hi,
For a new project, my developers are testing request/response application which is already in production but in different way. The response time is taking longer when number of threads are increa ... |
Topic: Domain Account Password |
J.D
Replies: 4 Views: 7721
|
Forum: IBM MQ Security Posted: Sat Dec 11, 2010 4:17 pm Subject: Domain Account Password |
The main reason for changing the user from MUSR_MQADMIN to Domain user/service account is because OAM comminicates with Active Directory as anonymous user to authorize the application user putting/get ... |
Topic: Domain Account Password |
J.D
Replies: 4 Views: 7721
|
Forum: IBM MQ Security Posted: Thu Dec 09, 2010 2:32 pm Subject: Domain Account Password |
Hi,
We have few MQ servers running on Windows 2003 as MUSR_MQADMIN which is not a good practice. We are asked to run MQ with domain user replacing default user and the company policy is to change t ... |
Topic: Auditing log facility |
J.D
Replies: 8 Views: 10081
|
Forum: General IBM MQ Support Posted: Thu Nov 18, 2010 1:46 pm Subject: Auditing log facility |
WebSphere MQ Advanced Messaging Security does auditing as well as encyption of data at rest. |
Topic: Changing and cleaning MQ logfile in Windows |
J.D
Replies: 21 Views: 16977
|
Forum: General IBM MQ Support Posted: Tue Nov 09, 2010 10:14 am Subject: Changing and cleaning MQ logfile in Windows |
Yes i am sure about it. Both df -k /var/mqm and df -k /var/mqm/log showing more free disk space than it supposed to.
If it is so, then the # of log files could have been increased after the qmgr we ... |
Topic: Changing and cleaning MQ logfile in Windows |
J.D
Replies: 21 Views: 16977
|
Forum: General IBM MQ Support Posted: Mon Nov 08, 2010 10:05 pm Subject: Changing and cleaning MQ logfile in Windows |
Yes i am sure about it. Both df -k /var/mqm and df -k /var/mqm/log showing more free disk space than it supposed to. |
Topic: Changing and cleaning MQ logfile in Windows |
J.D
Replies: 21 Views: 16977
|
Forum: General IBM MQ Support Posted: Mon Nov 08, 2010 4:19 pm Subject: Changing and cleaning MQ logfile in Windows |
...MQ doesn't pre-allocate disk space for log files, it takes space on deamand and releases later i guess.
Not quite accurate. Primaries are always pre-allocated, therefore you need sufficient spac ... |