|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Wishlist item |
« View previous topic :: View next topic » |
Author |
Message
|
jefflowrey |
Posted: Wed Jul 06, 2005 5:53 am Post subject: Wishlist item |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It would be nice if I could add columns to the main list view with fields from the MQDLH instead of just the MQMD.
Being able to see a list of all messages on the DLQ, with a visible copy of the Dead Letter Reason Code would be very very handy right now.
In particular, being able to sort on the reason code.. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jul 06, 2005 1:13 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Not to forget the destination queue/qmgr....(part of the DLQH) |
|
Back to top |
|
 |
RogerLacroix |
Posted: Wed Jul 06, 2005 7:43 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
I'm been kicking myself since last year when I rewrote the framework that I didn't rewrite the message handling piece. The current message handling code cannot be extended for user-defined (or MQ) headers on the main window. It will be a major effort to rewrite this piece (and I don't have the time right now).
I plan on doing a release around labor day but it will not include a rewrite of the message handling code. Although, I really do want to rewrite this piece because I have some ideas on how to improve memory use and even faster response time.
Quote: |
being able to sort on the reason code |
Sort messages in the dead letter queue? You have more than 1??
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jul 07, 2005 3:07 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
RogerLacroix wrote: |
Quote: |
being able to sort on the reason code |
Sort messages in the dead letter queue? You have more than 1?? |
You've never had an application try and exceed the max queue depth by 200,000 messages?
Okay, I guess it was only 20,000 messages.
Also, a bug report.
The thermometer/progress bar on the "Retrieving Messages from a Queue" reaches "full" when 500 messages have been retrieved, despite the number of messages that are remaining to be retrieved. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Thu Jul 07, 2005 8:06 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
Quote: |
The thermometer/progress bar on the "Retrieving Messages from a Queue" reaches "full" when 500 messages have been retrieved, despite the number of messages that are remaining to be retrieved. |
Is your network connection to the queue manager slow? MQVE throws up dummy progress window counting from 1 to 500 while another thread is starting to pull the messages.
On fast networks or connecting to a local queue manager, the dummy progress bar only stays up for a second but on slow networks, it can stay up for a long periods and give misleading information.
In the next release, I'm going to change the dummy progress window to something like 'Please wait' (no progress bar), then popup the real progress once the worker thread actually is pulling the messages.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Jul 08, 2005 3:36 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The MQ connection was tunneled through SSH, so it might have been somewhat slow.
But that's not what I was referring to.
I'm referring to the fact that if the queue has 27000 messages on it, and the text in the window says "retreiving message x of 27000", the progress bar gets full when x>500 and stays full.
In other words, it fills at a static rate = 1/500th of the area, not at a dynamic rate of 1/num of messages on the queue. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Sun Jul 10, 2005 9:57 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
Humm. I use MQ Visual Edit all the time and I have not seen that happen.
The code works like this:
- Do dummy popup box and count by 1 (every 100ms) to 500
- When it has the real information reset max count to max and reset counter to 1 and start again.
Sounds like the timer did not get killed. Interesting.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|