Author |
Message |
Topic: Web Based Queue Monitoring |
srinivasACN
Replies: 4 Views: 9735
|
Forum: IBM MQ Performance Monitoring Posted: Tue Sep 26, 2006 5:20 am Subject: Web Based Queue Monitoring |
All,
Has anyone been able to develop a custom web based queue browsing utility? Or is there a configurable/customizable utility already out there?
We have a client who wants a custom queue brow ... |
Topic: Sample MQ programs on Unix |
srinivasACN
Replies: 6 Views: 4186
|
Forum: General IBM MQ Support Posted: Thu Sep 29, 2005 6:57 am Subject: Sample MQ programs on Unix |
ahh okay. I am on solaris 5.9. I just pinged our admin who installed mq. I am assuming he did not install the sample programs. |
Topic: Sample MQ programs on Unix |
srinivasACN
Replies: 6 Views: 4186
|
Forum: General IBM MQ Support Posted: Thu Sep 29, 2005 6:48 am Subject: Sample MQ programs on Unix |
Alright, so after referencing the Application Programming guide, I guess I am doing somethign wrong here. I go to my opt/mqm/samp dir and do not have any sample programs here.
I am not the one w ... |
Topic: Sample MQ programs on Unix |
srinivasACN
Replies: 6 Views: 4186
|
Forum: General IBM MQ Support Posted: Thu Sep 29, 2005 6:39 am Subject: Sample MQ programs on Unix |
Awesome. Thanks Jeff. |
Topic: Sample MQ programs on Unix |
srinivasACN
Replies: 6 Views: 4186
|
Forum: General IBM MQ Support Posted: Thu Sep 29, 2005 6:30 am Subject: Sample MQ programs on Unix |
Similar to amqsget and amqsput on Windows, are there sample programs for unix?
I tried googling but the link from IBM that would work is not loading for me. Thanks in advance. |
Topic: MQ and WAS - Message not making it to the application |
srinivasACN
Replies: 10 Views: 5633
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 21, 2005 1:20 pm Subject: MQ and WAS - Message not making it to the application |
Okay, haha thanks for baring with me. I got Tivoli Performance Viewer figure out and looks like at exactly about 15 minutes. The memory in the JVM gets used up.
So I think I found my problem. ... |
Topic: MQ and WAS - Message not making it to the application |
srinivasACN
Replies: 10 Views: 5633
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 21, 2005 12:37 pm Subject: MQ and WAS - Message not making it to the application |
Ok interesting observation. It looks like after about 15 - 16 minutes the database inserts dont occur.
Any configuration settings that reflect this time. I have looked everywhere I am sure it's ... |
Topic: MQ and WAS - Message not making it to the application |
srinivasACN
Replies: 10 Views: 5633
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 21, 2005 12:28 pm Subject: MQ and WAS - Message not making it to the application |
I have been looking into Tivoli Peformance Viewer but being new to App Server. Not sure how to use it.
Any URL's or help would be greatly appreciated it. Thanks. |
Topic: MQ and WAS - Message not making it to the application |
srinivasACN
Replies: 10 Views: 5633
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 21, 2005 8:36 am Subject: MQ and WAS - Message not making it to the application |
good thought. You can easily adjust the settings for the datasource connection to verify this is happening. Have you received any ConnectionWaitTimeoutException ? what is the value of the setting, ... |
Topic: MQ and WAS - Message not making it to the application |
srinivasACN
Replies: 10 Views: 5633
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 21, 2005 8:17 am Subject: MQ and WAS - Message not making it to the application |
Ratan, this was my first thought as well. But would this not result a some sort of exception?
I forgot to mention, i do not see any exceptions in the log. |
Topic: MQ and WAS - Message not making it to the application |
srinivasACN
Replies: 10 Views: 5633
|
Forum: IBM MQ Java / JMS Posted: Wed Sep 21, 2005 7:37 am Subject: MQ and WAS - Message not making it to the application |
Interestng problem I encountered during some performance testing.
I queued the queue with 200,000 messages of approx. 100KB each in size. Our application uses an MDB to dequeue the messages and v ... |
Topic: Queue Depth above 15000 - Slow Performace |
srinivasACN
Replies: 13 Views: 13796
|
Forum: General IBM MQ Support Posted: Wed Sep 21, 2005 5:45 am Subject: Queue Depth above 15000 - Slow Performace |
This should be interesting. I am performing a test with 200,000 messages on the queue.
Anxious to see how long this will take. |
Topic: Queue Depth above 15000 - Slow Performace |
srinivasACN
Replies: 13 Views: 13796
|
Forum: General IBM MQ Support Posted: Wed Sep 21, 2005 5:39 am Subject: Queue Depth above 15000 - Slow Performace |
As far as the transaction, we are using bean managed (as this was easier to integrate with Hibernate) and I do manage the transaction and perform a commit at the end.
We are using MQ 5.3 on unix (s ... |
Topic: Queue Depth above 15000 - Slow Performace |
srinivasACN
Replies: 13 Views: 13796
|
Forum: General IBM MQ Support Posted: Tue Sep 20, 2005 3:12 pm Subject: Queue Depth above 15000 - Slow Performace |
The test we were performing where I noticed went through the following steps:
1. Stop Application Server.
2. Queue Messages onto a clustered queue with 2 local instances.
3. Start the Applicat ... |
Topic: Queue Depth above 15000 - Slow Performace |
srinivasACN
Replies: 13 Views: 13796
|
Forum: General IBM MQ Support Posted: Tue Sep 20, 2005 9:45 am Subject: Queue Depth above 15000 - Slow Performace |
Hey Jeff,
we do not use any selectors for this reason alone. performance is a HUGE consideration in this application |