Author |
Message
|
aerosteak |
Posted: Thu Oct 16, 2008 12:50 pm Post subject: Looking for a Message Repository / BAM tools |
|
|
 Newbie
Joined: 16 Oct 2008 Posts: 9
|
I am looking for a tool to keep track of all the messages going through MQ. I would like to :
- Store these message in a DB
- Search and View them
- Do some Event correlation between messages
- Be able to resend these messages on the Bus.
- Message content could be any Text base format not just xml
I am not looking for a full blown ‘Business Activity Monitoring’ tool but more a simple Event repository….
Any suggestions on a product (free or not) would be welcome.
Thank you |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Oct 16, 2008 1:10 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Look at MQSoftware's QNami and HP's TransactionVision. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
JuulV |
Posted: Fri Oct 17, 2008 2:47 am Post subject: |
|
|
 Apprentice
Joined: 05 Sep 2007 Posts: 28 Location: Belgium
|
You also could have a look at our ReQuest for WMQ product. This product analyses the WMQ recovery logs (so your messages must be persistent), and can not only produce reports (in XML format, or written to a DB), but also selectively replay or recover messages...
Because ReQuest works directly from the logs, there's actually no need for any application instrumentation, and no run time overhead.
More info can be found on Cressida's website.
Regards, _________________ Juul Vanparijs
Senior Developer
Cressida Technology Ltd |
|
Back to top |
|
 |
PeterPotkay |
Posted: Fri Oct 17, 2008 4:16 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
JuulV wrote: |
This product analyses the WMQ recovery logs (so your messages must be persistent) |
...and the MQPUT(1) and/or MQGET must under syncpoint. If the putter puts directly to a queue where the getter is already waiting with an outstanding MQGET with wait, and syncpoint is not used, I'm pretty sure the logs are bypassed and the message is passed in memory, even persistent messages. A performance improvement introduced in late MQ 5.3 or MQ 6.0. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
JuulV |
Posted: Sun Oct 19, 2008 9:31 am Post subject: |
|
|
 Apprentice
Joined: 05 Sep 2007 Posts: 28 Location: Belgium
|
I think Peter's statement is indeed correct, but only when the putter and getter are running on the same queue manager. We document this situation as a limitation (but I can't remember ever having run into a situation where this actually has been reported). _________________ Juul Vanparijs
Senior Developer
Cressida Technology Ltd |
|
Back to top |
|
 |
_Angus_ |
Posted: Mon Nov 03, 2008 12:06 pm Post subject: |
|
|
 Acolyte
Joined: 25 Apr 2005 Posts: 54 Location: Edinburgh
|
You might want to have a look at QueueZee too (http://www.AngusSoft.co.uk) - it's free and I'm sure there's something it provides you could find useful
Angus _________________ *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
Angus Cooke ~ AngusSoft
Integration Development Tools
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* |
|
Back to top |
|
 |
|