Author |
Message |
Topic: Tracking incoming and outgoing message in a queue |
battie
Replies: 10 Views: 5921
|
Forum: General IBM MQ Support Posted: Mon Nov 24, 2008 6:28 pm Subject: Tracking incoming and outgoing message in a queue |
Why doesn't your developer just take the difference between the current GMT and the GMT value in the message MD PutTime field. If you have simple topology this should give you the time spent on the qu ... |
Topic: Identifying Orphan Subscriptions with MQ Pub/Sub Broker |
battie
Replies: 3 Views: 7843
|
Forum: General IBM MQ Support Posted: Sun Nov 23, 2008 6:40 pm Subject: Identifying Orphan Subscriptions with MQ Pub/Sub Broker |
It's difficult if you're using the default SYSTEM.JMS queues as all subscriptions share the same queue. The orphan can be identified by cross checking the RegistrationCorrellId value output from the a ... |
Topic: Subscription blocking with Pub/Sub message broker |
battie
Replies: 1 Views: 2640
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 27, 2007 10:49 pm Subject: Subscription blocking with Pub/Sub message broker |
I thought I'd post the fix to this problem as we found the issue was with the JBoss implimentation of Websphere MQ. To cut a long story short, when you use JBoss you MUST configure it to use dedicated ... |
Topic: MQ 6.0.2.1 as JBoss MDB JMS Provider |
battie
Replies: 2 Views: 3598
|
Forum: IBM MQ Java / JMS Posted: Sun Aug 12, 2007 4:19 pm Subject: MQ 6.0.2.1 as JBoss MDB JMS Provider |
Mark, I am having trouble with JBoss also but according to IBM, MQ and JBoss is not a supported configuration. If you manage to get it working please post the solution. |
Topic: Subscription blocking with Pub/Sub message broker |
battie
Replies: 1 Views: 2640
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 09, 2007 8:32 pm Subject: Subscription blocking with Pub/Sub message broker |
We are using Websphere MQ version 6.0.2.1 with JMS Pub/Sub and JBoss and are experiencing constant subscription locking/blocking that causes large numbers of subscriptions to bank up on unrelated Topi ... |
Topic: Monitor Number od message and time taken |
battie
Replies: 4 Views: 5359
|
Forum: IBM MQ Performance Monitoring Posted: Wed Jul 04, 2007 4:39 pm Subject: Monitor Number od message and time taken |
To get the number of messages processed by a queue use an MQAI program to execute the MQCMD_RESET_Q_STATS command on each queue. This will give you the MQIA_TIME_SINCE_RESET, MQIA_HIGH_Q_DEPTH, MQIA_M ... |
Topic: Monitoring Queue Message Age |
battie
Replies: 14 Views: 22901
|
Forum: IBM MQ Performance Monitoring Posted: Mon Jul 02, 2007 3:45 pm Subject: Monitoring Queue Message Age |
Don, In that case then cron the amqsbcg >/dev/null utility every 5 min to force browse all the messages. If the message size is large then it would be better to knock up something that only scans t ... |
Topic: Monitoring Queue Message Age |
battie
Replies: 14 Views: 22901
|
Forum: IBM MQ Performance Monitoring Posted: Sun Jul 01, 2007 4:08 pm Subject: Monitoring Queue Message Age |
Why don't you set a service interval on the queue and monitor the perfomance events. |